~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/changeset/old_tests.py

  • Committer: Aaron Bentley
  • Date: 2006-05-12 02:08:17 UTC
  • mto: (1185.82.108 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20060512020817-00306d9abd28d780
Got old changeset tests running

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from bzrlib.errors import BzrError
21
21
 
22
22
from bzrlib.diff import internal_diff
23
 
from read_changeset import ChangesetTree
 
23
from bzrlib.changeset.read_changeset import ChangesetTree
24
24
 
25
25
class MockTree(object):
26
26
    def __init__(self):
401
401
 
402
402
    def test_changeset(self):
403
403
        from bzrlib.branch import Branch
404
 
        import common
405
404
 
406
405
        import os, sys
407
406
        pjoin = os.path.join