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

Split out bzr-specific Conflicts code.

Merged from https://code.launchpad.net/~jelmer/brz/conflict-refactor/+merge/388964

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    merge_directive,
25
25
    osutils,
26
26
    )
27
 
from ..conflicts import (
 
27
from ..bzr.conflicts import (
28
28
    ContentsConflict,
29
29
    TextConflict,
30
30
    PathConflict,