[Pkg-bazaar-commits] ./bzr/unstable r512: - bzr check can be run from a branch subdirectory

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:19 UTC 2009


------------------------------------------------------------
revno: 512
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-16 15:29:49 +1000
message:
  - bzr check can be run from a branch subdirectory
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-16 02:50:33 +0000
+++ b/bzrlib/commands.py	2005-05-16 05:29:49 +0000
@@ -821,7 +821,7 @@
     takes_args = ['dir?']
     def run(self, dir='.'):
         import bzrlib.check
-        bzrlib.check.check(Branch(dir, find_root=False))
+        bzrlib.check.check(Branch(dir))
 
 
 



More information about the Pkg-bazaar-commits mailing list