2991 |
2991 |
2992 @command('import|patch', |
2992 @command('import|patch', |
2993 [('p', 'strip', 1, |
2993 [('p', 'strip', 1, |
2994 _('directory strip option for patch. This has the same ' |
2994 _('directory strip option for patch. This has the same ' |
2995 'meaning as the corresponding patch option'), _('NUM')), |
2995 'meaning as the corresponding patch option'), _('NUM')), |
2996 ('b', 'base', '', _('base path'), _('PATH')), |
2996 ('b', 'base', '', _('base path (DEPRECATED)'), _('PATH')), |
2997 ('f', 'force', None, _('skip check for outstanding uncommitted changes')), |
2997 ('f', 'force', None, _('skip check for outstanding uncommitted changes')), |
2998 ('', 'no-commit', None, |
2998 ('', 'no-commit', None, |
2999 _("don't commit, just update the working directory")), |
2999 _("don't commit, just update the working directory")), |
3000 ('', 'exact', None, |
3000 ('', 'exact', None, |
3001 _('apply patch to the nodes from which it was generated')), |
3001 _('apply patch to the nodes from which it was generated')), |