~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/identitymap.py

  • Committer: Robey Pointer
  • Date: 2005-11-22 01:41:46 UTC
  • mfrom: (1185.40.1)
  • mto: (1185.33.37 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: robey@lag.net-20051122014146-5186f5e310a15202
make sftp put faster when using paramiko 1.5.1

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."""