diff tests/test-strip.t @ 40346:943248e47864

commands: adjust metavariables as appropriate Apart from looking better in hg help command, these strings are also helpful when generating shell completions programmatically.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 17 Oct 2018 21:00:36 +0800
parents 1857f50a9643
children 1acaa9f37377
line wrap: on
line diff
--- a/tests/test-strip.t	Sun Oct 14 11:16:22 2018 -0400
+++ b/tests/test-strip.t	Wed Oct 17 21:00:36 2018 +0800
@@ -715,14 +715,14 @@
   
   options ([+] can be repeated):
   
-   -r --rev REV [+]        strip specified revision (optional, can specify
-                           revisions without this option)
-   -f --force              force removal of changesets, discard uncommitted
-                           changes (no backup)
-      --no-backup          do not save backup bundle
-   -k --keep               do not modify working directory during strip
-   -B --bookmark VALUE [+] remove revs only reachable from given bookmark
-      --mq                 operate on patch repository
+   -r --rev REV [+]           strip specified revision (optional, can specify
+                              revisions without this option)
+   -f --force                 force removal of changesets, discard uncommitted
+                              changes (no backup)
+      --no-backup             do not save backup bundle
+   -k --keep                  do not modify working directory during strip
+   -B --bookmark BOOKMARK [+] remove revs only reachable from given bookmark
+      --mq                    operate on patch repository
   
   (use 'hg strip -h' to show more help)
   [255]