This is an archive of the discontinued Mercurial Phabricator instance.

uncommit: fix typo in help text
ClosedPublic

Authored by mharbison72 on Sep 24 2019, 10:27 PM.

Details

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

mharbison72 created this revision.Sep 24 2019, 10:27 PM
pulkit accepted this revision.Sep 25 2019, 11:30 AM
This revision is now accepted and ready to land.Sep 25 2019, 11:30 AM

Amended the following in flight:

diff --git a/tests/test-uncommit.t b/tests/test-uncommit.t
--- a/tests/test-uncommit.t
+++ b/tests/test-uncommit.t
@@ -34,7 +34,7 @@ Help for uncommit
   
   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
This revision was automatically updated to reflect the committed changes.