/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Aaron Bentley
  • Date: 2007-09-14 14:45:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2826.
  • Revision ID: abentley@panoramicfeedback.com-20070914144555-3rynerknpoivm2xv
Documentation updates from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        return RemoteBranch(self, self.find_repository(), real_branch)
91
91
 
92
92
    def destroy_branch(self):
 
93
        """See BzrDir.destroy_branch"""
93
94
        self._ensure_real()
94
95
        self._real_bzrdir.destroy_branch()
95
96