~launchpad-pqm/launchpad/devel

2914.3.1 by Dafydd Harries
Add pyflakes scripts.
1
#!/bin/sh
8452.3.3 by Karl Fogel
* utilities/: Add copyright header block to source files that were
2
#
8687.15.2 by Karl Fogel
In files modified by r8688, change "<YEARS>" to "2009", as per
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
8687.15.3 by Karl Fogel
Shorten the copyright header block to two lines.
4
# GNU Affero General Public License version 3 (see the file LICENSE).
8452.3.3 by Karl Fogel
* utilities/: Add copyright header block to source files that were
5
2914.3.1 by Dafydd Harries
Add pyflakes scripts.
6
# Run pyflakes checks on files modified in working copy.
2914.3.4 by Dafydd Harries
respond to Andrew's review
7
(bzr status | sed -e '0,/^modified/d; /^[^ ]/,$d';
8
 bzr status | sed -e '0,/^added/d; /^[^ ]/,$d') |\
2914.3.1 by Dafydd Harries
Add pyflakes scripts.
9
	grep '\.py$' |\
10
	xargs `dirname $0`/flaky.py