/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-21 03:35:57 UTC
  • mfrom: (3834.2.2 controlfiles)
  • Revision ID: pqm@pqm.ubuntu.com-20081121033557-q9noqdq5v3ulpg9a
(mbp) Deprecate LockableFiles._escape

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
from bzrlib import symbol_versioning
86
86
from bzrlib.decorators import needs_read_lock, needs_write_lock
87
87
from bzrlib.inventory import InventoryEntry, Inventory, ROOT_ID, TreeReference
88
 
from bzrlib.lockable_files import LockableFiles, TransportLock
 
88
from bzrlib.lockable_files import LockableFiles
89
89
from bzrlib.lockdir import LockDir
90
90
import bzrlib.mutabletree
91
91
from bzrlib.mutabletree import needs_tree_write_lock