~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-10-14 01:46:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1453.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051014014652-d4583fc4d0df1357
Give branch.base a docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
            return self._transport.base
304
304
        return None
305
305
 
306
 
    base = property(_get_base)
 
306
    base = property(_get_base, doc="The URL for the root of this branch.")
307
307
 
308
308
    def _finish_transaction(self):
309
309
        """Exit the current transaction."""