Comments
Patch
@@ -34,7 +34,7 @@
options ([+] can be repeated):
- --keep allow an empty commit after uncommiting
+ --keep allow an empty commit after uncommitting
--allow-dirty-working-copy allow uncommit with outstanding changes
-n --note TEXT store a note on uncommit
-I --include PATTERN [+] include names matching the given patterns
@@ -109,7 +109,7 @@
return repo.commitctx(new)
@command('uncommit',
- [('', 'keep', None, _('allow an empty commit after uncommiting')),
+ [('', 'keep', None, _('allow an empty commit after uncommitting')),
('', 'allow-dirty-working-copy', False,
_('allow uncommit with outstanding changes')),
(b'n', b'note', b'', _(b'store a note on uncommit'), _(b'TEXT'))