/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-11 08:25:42 UTC
  • mfrom: (4103.2.4 fix-stackable-source)
  • Revision ID: pqm@pqm.ubuntu.com-20090311082542-mgvtmiodx227pin4
(andrew) Fix false 'does not support stacking' warning when pushing
        via HPSS.

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.