mercurial/commands.py
changeset 8038 2ee6769afe82
parent 8034 15725dbc900f
child 8039 18081ce1e630
equal deleted inserted replaced
8037:ffbebfb6b8d4 8038:2ee6769afe82
  3250           ('t', 'tags', None, _('show tags'))],
  3250           ('t', 'tags', None, _('show tags'))],
  3251          _('[-nibt] [-r REV] [SOURCE]')),
  3251          _('[-nibt] [-r REV] [SOURCE]')),
  3252     "import|patch":
  3252     "import|patch":
  3253         (import_,
  3253         (import_,
  3254          [('p', 'strip', 1,
  3254          [('p', 'strip', 1,
  3255            _('directory strip option for patch. This has the same\n'
  3255            _('directory strip option for patch. This has the same '
  3256              'meaning as the corresponding patch option')),
  3256              'meaning as the corresponding patch option')),
  3257           ('b', 'base', '', _('base path')),
  3257           ('b', 'base', '', _('base path')),
  3258           ('f', 'force', None,
  3258           ('f', 'force', None,
  3259            _('skip check for outstanding uncommitted changes')),
  3259            _('skip check for outstanding uncommitted changes')),
  3260           ('', 'no-commit', None, _("don't commit, just update the working directory")),
  3260           ('', 'no-commit', None, _("don't commit, just update the working directory")),