mercurial/commands.py
changeset 14532 2498128821a9
parent 14529 e7a1814854b9
child 14540 944d9088da96
equal deleted inserted replaced
14531:b88368a3ade4 14532:2498128821a9
  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')),