~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to show_paths.py

  • Committer: Aaron Bentley
  • Date: 2008-02-13 04:58:32 UTC
  • Revision ID: aaron@aaronbentley.com-20080213045832-ohymgqf0quamuhye
Update email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
        from bzrlib.branch import Branch
77
77
        from bzrlib.errors import NotBranchError, NoWorkingTree
78
 
        from bzrlib import urlutils, trace
 
78
        from bzrlib import urlutils
79
79
        from bzrlib.workingtree import WorkingTree
80
 
        trace.warning('This command is obsolete.  Use "bzr info" instead.')
81
80
 
82
81
        def local_path(path):
83
82
            if path.startswith("file://"):