~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/identitymap.py

  • Committer: John Arbash Meinel
  • Date: 2005-12-30 20:54:47 UTC
  • mto: (1185.50.36 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1536.
  • Revision ID: john@arbash-meinel.com-20051230205447-e72814c9e3f22832
Updated -r revid:foo so that it can match revisions which aren't in the revision history

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        else:
70
70
            self._map.pop(self._reverse_map[an_object])
71
71
            self._reverse_map.pop(an_object)
 
72
        
72
73
 
73
74
    def _weave_key(self, id):
74
75
        """Return the key for a weaves id."""