5323.2.1
by Mark Shuttleworth
Manage featured projects in the db |
1 |
#! /bin/bash
|
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).
|
5323.2.1
by Mark Shuttleworth
Manage featured projects in the db |
5 |
|
6 |
cd `bzr root` |
|
7 |
||
8 |
bzr diff -rbranch:../trunk | lsdiff| grep "\.py$" | xargs pyflakes | grep -v "__init__" |
|
5323.2.3
by Mark Shuttleworth
Update for r=sinzui |
9 |
cd -
|
10 |