mercurial/simplemerge.py
changeset 8312 b87a50b7125c
parent 8269 bb9f13974d8e
child 10282 08a0f04b56bd
equal deleted inserted replaced
8311:e0eb03bfa5af 8312:b87a50b7125c
    17 
    17 
    18 # mbp: "you know that thing where cvs gives you conflict markers?"
    18 # mbp: "you know that thing where cvs gives you conflict markers?"
    19 # s: "i hate that."
    19 # s: "i hate that."
    20 
    20 
    21 from i18n import _
    21 from i18n import _
    22 import util, mdiff, sys, os
    22 import util, mdiff
       
    23 import sys, os
    23 
    24 
    24 class CantReprocessAndShowBase(Exception):
    25 class CantReprocessAndShowBase(Exception):
    25     pass
    26     pass
    26 
    27 
    27 def intersect(ra, rb):
    28 def intersect(ra, rb):