/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-12-21 19:56:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3143.
  • Revision ID: abentley@panoramicfeedback.com-20071221195630-u9lqadyl8letkois
Add ability to find branches inside repositories

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
 
416
416
        return result
417
417
 
 
418
    def find_branches(self, using=False):
 
419
        """See Repository.find_branches()."""
 
420
        # should be an API call to the server.
 
421
        self._ensure_real()
 
422
        return self._real_repository.find_branches(using=using)
 
423
 
418
424
    def get_physical_lock_status(self):
419
425
        """See Repository.get_physical_lock_status()."""
420
426
        # should be an API call to the server.