diff mercurial/commands.py @ 14532:2498128821a9

import: deprecate --base This option was a convenient hack introduced in Mercurial early days which unfortunately survived until now.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 05 Jun 2011 22:24:02 +0200
parents e7a1814854b9
children 944d9088da96
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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")),