~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

(John Arbash Meinel) Fix bug #162486,
        RemoteBranch should initialize self._revision_id_to_revno_map

Show diffs side-by-side

added added

removed removed

Lines of Context:
933
933
        # We intentionally don't call the parent class's __init__, because it
934
934
        # will try to assign to self.tags, which is a property in this subclass.
935
935
        # And the parent's __init__ doesn't do much anyway.
 
936
        self._revision_id_to_revno_cache = None
936
937
        self._revision_history_cache = None
937
938
        self.bzrdir = remote_bzrdir
938
939
        if _client is not None: