contrib/simplemerge
changeset 19378 9de689d20230
parent 19022 cba222f01056
child 22023 f18830651811
equal deleted inserted replaced
19377:0cb996ee8c6d 19378:9de689d20230
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 
     2 
     3 from mercurial import demandimport
     3 from mercurial import demandimport
     4 demandimport.enable()
     4 demandimport.enable()
     5 
     5 
     6 import os, sys
     6 import sys
     7 from mercurial.i18n import _
     7 from mercurial.i18n import _
     8 from mercurial import simplemerge, fancyopts, util, ui
     8 from mercurial import simplemerge, fancyopts, util, ui
     9 
     9 
    10 options = [('L', 'label', [], _('labels to use on conflict markers')),
    10 options = [('L', 'label', [], _('labels to use on conflict markers')),
    11            ('a', 'text', None, _('treat all files as text')),
    11            ('a', 'text', None, _('treat all files as text')),