mercurial/commands.py
changeset 42623 9eace8d6d537
parent 42622 74ba82abbf29
child 42627 55d8329ba509
equal deleted inserted replaced
42622:74ba82abbf29 42623:9eace8d6d537
  5358            _('use the given name for the shelved commit'), _('NAME')),
  5358            _('use the given name for the shelved commit'), _('NAME')),
  5359           ('p', 'patch', None,
  5359           ('p', 'patch', None,
  5360            _('output patches for changes (provide the names of the shelved '
  5360            _('output patches for changes (provide the names of the shelved '
  5361              'changes as positional arguments)')),
  5361              'changes as positional arguments)')),
  5362           ('i', 'interactive', None,
  5362           ('i', 'interactive', None,
  5363            _('interactive mode, only works while creating a shelve')),
  5363            _('interactive mode')),
  5364           ('', 'stat', None,
  5364           ('', 'stat', None,
  5365            _('output diffstat-style summary of changes (provide the names of '
  5365            _('output diffstat-style summary of changes (provide the names of '
  5366              'the shelved changes as positional arguments)')
  5366              'the shelved changes as positional arguments)')
  5367            )] + cmdutil.walkopts,
  5367            )] + cmdutil.walkopts,
  5368          _('hg shelve [OPTION]... [FILE]...'),
  5368          _('hg shelve [OPTION]... [FILE]...'),