~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Martin Pool
  • Date: 2009-03-12 05:44:43 UTC
  • mfrom: (4124 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4144.
  • Revision ID: mbp@sourcefrog.net-20090312054443-rz5kodxh1cjjx2id
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1700
1700
        self._ensure_real()
1701
1701
        return self._custom_format.supports_tags()
1702
1702
 
 
1703
    def supports_stacking(self):
 
1704
        self._ensure_real()
 
1705
        return self._custom_format.supports_stacking()
 
1706
 
1703
1707
 
1704
1708
class RemoteBranch(branch.Branch, _RpcHelper):
1705
1709
    """Branch stored on a server accessed by HPSS RPC.