/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/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2006-10-06 06:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2071.
  • Revision ID: john@arbash-meinel.com-20061006063211-389ac4db0ce7167c
also avoid importing WorkingTree before it is needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
from bzrlib.trace import mutter, note, log_error, warning, is_quiet, info
59
59
from bzrlib.transport.local import LocalTransport
60
60
import bzrlib.tree
61
 
from bzrlib.workingtree import WorkingTree
62
61
 
63
62
 
64
63
def tree_files(file_list, default_branch=u'.'):