~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-22 07:09:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050322070956-18a815cda19ab20c
- fix up init command for new find-branch-root function

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        `ScratchBranch` class.
102
102
        """
103
103
        if init:
 
104
            self.base = os.path.realpath(base)
104
105
            self._make_control()
105
106
        elif find_root:
106
107
            self.base = find_branch_root(base)