~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Robert Collins
  • Date: 2006-03-05 11:48:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060305114854-d95dbe4adfee32e9
Make bound branch creation happen via 'checkout'

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
from bzrlib.inventory import InventoryEntry, Inventory
65
65
from bzrlib.lockable_files import LockableFiles
66
66
from bzrlib.merge import merge_inner, transform_tree
67
 
from bzrlib.osutils import (appendpath,
 
67
from bzrlib.osutils import (
 
68
                            abspath,
 
69
                            appendpath,
68
70
                            compact_date,
69
71
                            file_kind,
70
72
                            isdir,
74
76
                            safe_unicode,
75
77
                            splitpath,
76
78
                            rand_bytes,
77
 
                            abspath,
78
79
                            normpath,
79
80
                            realpath,
80
81
                            relpath,