[Pkg-bazaar-commits] ./bzr/unstable r623: - fix invocation of testbzr when giving explicit bzr location

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


------------------------------------------------------------
revno: 623
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-06-06 14:47:33 +1000
message:
  - fix invocation of testbzr when giving explicit bzr location
modified:
  testbzr
-------------- next part --------------
=== modified file 'testbzr'
--- a/testbzr	2005-05-30 03:14:07 +0000
+++ b/testbzr	2005-06-06 04:47:33 +0000
@@ -158,7 +158,7 @@
     global BZRPATH
 
     if args:
-        BZRPATH = args[1]
+        BZRPATH = args[0]
     else:
         BZRPATH = os.path.join(os.path.split(mypath)[0], 'bzr')
 



More information about the Pkg-bazaar-commits mailing list