/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

merge bzr.dev r3954

Show diffs side-by-side

added added

removed removed

Lines of Context:
1287
1287
        # will try to assign to self.tags, which is a property in this subclass.
1288
1288
        # And the parent's __init__ doesn't do much anyway.
1289
1289
        self._revision_id_to_revno_cache = None
 
1290
        self._partial_revision_id_to_revno_cache = {}
1290
1291
        self._revision_history_cache = None
1291
1292
        self._last_revision_info_cache = None
1292
1293
        self.bzrdir = remote_bzrdir