changeset 42974 | 576fd1c8b20b |
parent 42952 | 44be33cf7a57 |
child 43076 | 2372284d9457 |
--- a/hgext/uncommit.py Tue Sep 24 22:41:07 2019 -0400 +++ b/hgext/uncommit.py Sat Sep 21 13:42:23 2019 -0400 @@ -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'))