/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/tests/test_revision.py

Merge up bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from bzrlib.deprecated_graph import Graph
28
28
from bzrlib.revision import (find_present_ancestors,
29
29
                             NULL_REVISION)
30
 
from bzrlib.symbol_versioning import one_zero, one_three
 
30
from bzrlib.symbol_versioning import one_three
31
31
from bzrlib.tests import TestCase, TestCaseWithTransport
32
32
from bzrlib.trace import mutter
33
33
from bzrlib.workingtree import WorkingTree