mercurial/commands.py
changeset 14532 2498128821a9
parent 14529 e7a1814854b9
child 14540 944d9088da96
--- a/mercurial/commands.py	Sun Jun 05 13:27:06 2011 +0200
+++ b/mercurial/commands.py	Sun Jun 05 22:24:02 2011 +0200
@@ -2993,7 +2993,7 @@
     [('p', 'strip', 1,
      _('directory strip option for patch. This has the same '
        'meaning as the corresponding patch option'), _('NUM')),
-    ('b', 'base', '', _('base path'), _('PATH')),
+    ('b', 'base', '', _('base path (DEPRECATED)'), _('PATH')),
     ('f', 'force', None, _('skip check for outstanding uncommitted changes')),
     ('', 'no-commit', None,
      _("don't commit, just update the working directory")),