~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-27 12:31:04 UTC
  • mto: This revision was merged to the branch mainline in revision 6447.
  • Revision ID: jelmer@samba.org-20120127123104-y45cfh3hma4w23gq
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    realpath,
69
69
    safe_unicode,
70
70
    )
71
 
from bzrlib.symbol_versioning import (
72
 
    deprecated_in,
73
 
    deprecated_method,
74
 
    )
75
71
from bzrlib.transport.local import LocalTransport
76
72
from bzrlib.tree import (
77
73
    InterTree,