~toddy/bzr/bzr.i18n

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_conflicts.py

  • Committer: Tobias Toedter
  • Date: 2008-02-10 08:01:48 UTC
  • mfrom: (2438.1.783 +trunk)
  • Revision ID: t.toedter@gmx.net-20080210080148-bg5rh61oq2zk2xw3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    DuplicateID,
27
27
    DuplicateEntry,
28
28
    MissingParent,
 
29
    NonDirectoryParent,
29
30
    ParentLoop,
30
31
    PathConflict,
31
32
    TextConflict,
56
57
    ParentLoop('Cancelled move', u'p\xe5the', u'p\xe5th2e',
57
58
               None, '\xc3\xaed2e'),
58
59
    UnversionedParent('Versioned directory', u'p\xe5thf', '\xc3\xaedf'),
 
60
    NonDirectoryParent('Created directory', u'p\xe5thg', '\xc3\xaedg'),
59
61
])
60
62
 
61
63