~launchpad-pqm/launchpad/devel

5323.2.1 by Mark Shuttleworth
Manage featured projects in the db
1
#! /bin/bash
2
3
cd `bzr root`
4
5
bzr diff -rbranch:../trunk | lsdiff| grep "\.py$" | xargs pyflakes | grep -v "__init__"
5323.2.3 by Mark Shuttleworth
Update for r=sinzui
6
cd -
7