[Pkg-bazaar-commits] ./bzr/unstable r64: - fix up init command for new find-branch-root function

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:27:15 UTC 2009


------------------------------------------------------------
revno: 64
committer: mbp at sourcefrog.net
timestamp: Tue 2005-03-22 18:09:56 +1100
message:
  - fix up init command for new find-branch-root function
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-03-22 06:55:17 +0000
+++ b/bzrlib/branch.py	2005-03-22 07:09:56 +0000
@@ -101,6 +101,7 @@
         `ScratchBranch` class.
         """
         if init:
+            self.base = os.path.realpath(base)
             self._make_control()
         elif find_root:
             self.base = find_branch_root(base)



More information about the Pkg-bazaar-commits mailing list