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

  • Committer: John Arbash Meinel
  • Date: 2006-08-24 00:07:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1979.
  • Revision ID: john@arbash-meinel.com-20060824000715-142aafd575a94f1a
Remove a few more direct references to RevisionSpec

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from bzrlib import option
44
44
from bzrlib.option import Option
45
45
import bzrlib.osutils
46
 
from bzrlib.revisionspec import RevisionSpec
47
46
from bzrlib.symbol_versioning import (deprecated_method, zero_eight)
48
47
import bzrlib.trace
49
48
from bzrlib.trace import mutter, note, log_error, warning, be_quiet