changeset 42974:576fd1c8b20b

uncommit: fix typo in help text Differential Revision: https://phab.mercurial-scm.org/D6874
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 21 Sep 2019 13:42:23 -0400
parents 24bf7a3d3c30
children 43c84b816445
files hgext/uncommit.py tests/test-uncommit.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'))
--- a/tests/test-uncommit.t	Tue Sep 24 22:41:07 2019 -0400
+++ b/tests/test-uncommit.t	Sat Sep 21 13:42:23 2019 -0400
@@ -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