hgext/shelve.py
branchstable
changeset 27921 158bdc896572
parent 27908 d73a5ab18015
child 27931 1289a122cf3f
equal deleted inserted replaced
27920:da5f23362517 27921:158bdc896572
   764 
   764 
   765 @command('shelve',
   765 @command('shelve',
   766          [('A', 'addremove', None,
   766          [('A', 'addremove', None,
   767            _('mark new/missing files as added/removed before shelving')),
   767            _('mark new/missing files as added/removed before shelving')),
   768           ('u', 'unknown', None,
   768           ('u', 'unknown', None,
   769            _('Store unknown files in the shelve')),
   769            _('store unknown files in the shelve')),
   770           ('', 'cleanup', None,
   770           ('', 'cleanup', None,
   771            _('delete all shelved changes')),
   771            _('delete all shelved changes')),
   772           ('', 'date', '',
   772           ('', 'date', '',
   773            _('shelve with the specified commit date'), _('DATE')),
   773            _('shelve with the specified commit date'), _('DATE')),
   774           ('d', 'delete', None,
   774           ('d', 'delete', None,