~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/identitymap.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-03 08:32:14 UTC
  • mfrom: (4797.2.10 2.1)
  • mto: This revision was merged to the branch mainline in revision 5000.
  • Revision ID: v.ladeuil+lp@free.fr-20100203083214-7kwhr0tajktb22bb
Merge 2.1 to trunk, including fix for bug #515597

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib import (
22
22
    errors,
 
23
    osutils,
23
24
    )
24
25
 
25
26