~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge3.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-10 03:59:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: john@arbash-meinel.com-20051110035926-e391fd93199f0537
Added some more test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# s: "i hate that."
20
20
 
21
21
 
22
 
#from bzrlib.cdv.difflib import SequenceMatcher
23
 
from difflib import SequenceMatcher
 
22
from bzrlib.cdv.cdvdifflib import SequenceMatcher
 
23
#from difflib import SequenceMatcher
24
24
from bzrlib.errors import CantReprocessAndShowBase
25
25
 
26
26
def intersect(ra, rb):