contrib/simplemerge
changeset 22023 f18830651811
parent 19378 9de689d20230
child 26587 56b2bcea2529
--- a/contrib/simplemerge	Tue Jul 29 11:55:01 2014 -0700
+++ b/contrib/simplemerge	Tue Aug 05 14:56:25 2014 -0700
@@ -11,8 +11,7 @@
            ('a', 'text', None, _('treat all files as text')),
            ('p', 'print', None,
             _('print results instead of overwriting LOCAL')),
-           ('', 'no-minimal', None,
-            _('do not try to minimize conflict regions')),
+           ('', 'no-minimal', None, _('no effect (DEPRECATED)')),
            ('h', 'help', None, _('display help and exit')),
            ('q', 'quiet', None, _('suppress output'))]