~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-10-21 03:43:58 UTC
  • mfrom: (1442.1.72)
  • Revision ID: robertc@robertcollins.net-20051021034358-055268a69a324169
merge setting of name during branching

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
        """Return location relative to branch."""
396
396
        return self._transport.abspath(self._rel_controlfilename(file_or_path))
397
397
 
398
 
 
399
398
    def controlfile(self, file_or_path, mode='r'):
400
399
        """Open a control file for this branch.
401
400