tests/test-simplemerge.py
changeset 51699 ca7bde5dbafb
parent 51696 7f0cb9ee0534
equal deleted inserted replaced
51698:b0a4de6c14f8 51699:ca7bde5dbafb
    22 )
    22 )
    23 
    23 
    24 from mercurial.utils import stringutil
    24 from mercurial.utils import stringutil
    25 
    25 
    26 TestCase = unittest.TestCase
    26 TestCase = unittest.TestCase
       
    27 
       
    28 
    27 # bzr compatible interface, for the tests
    29 # bzr compatible interface, for the tests
    28 class Merge3(simplemerge.Merge3Text):
    30 class Merge3(simplemerge.Merge3Text):
    29     """3-way merge of texts.
    31     """3-way merge of texts.
    30 
    32 
    31     Given BASE, OTHER, THIS, tries to produce a combined text
    33     Given BASE, OTHER, THIS, tries to produce a combined text