~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/commit_merge.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-18 16:16:38 UTC
  • mto: (1185.50.19 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: john@arbash-meinel.com-20051118161638-f3cc5fcfb6504126
Renamed all test modules to remove the 'test' prefix

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.branch import Branch
23
23
from bzrlib.commit import commit
24
24
from bzrlib.errors import PointlessCommit, BzrError, PointlessCommit
25
 
from bzrlib.selftest.testrevision import make_branches
 
25
from bzrlib.selftest.revision import make_branches
26
26
from bzrlib.fetch import fetch
27
27
from bzrlib.check import check
28
28