/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/blackbox/test_ancestry.py

  • Committer: Martin Packman
  • Date: 2011-12-05 09:52:49 UTC
  • mto: This revision was merged to the branch mainline in revision 6341.
  • Revision ID: martin.packman@canonical.com-20111205095249-4geybv49bpljygrj
Make the test more in the same style as its sibling as pointed out by vila in review

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import os
18
18
 
19
19
from bzrlib.tests import TestCaseWithTransport
20
 
from bzrlib.workingtree import WorkingTree
21
 
from bzrlib.branch import Branch
22
 
 
23
20
 
24
21
class TestAncestry(TestCaseWithTransport):
25
22