diff tests/test-convert.t @ 30024:f3c4edfd35e1

help: mark boolean flags with [no-] to explain that they can be negated That is, help gets tweaked thus: global options ([+] can be repeated): -v --[no-]verbose enable additional output Other proposals have included: global options ([+] can be repeated, options marked [?] are boolean flags): -v --verbose[?] enable additional output and global options ([+] can be repeated, options marked [^] are boolean flags): -v --verbose[^] enable additional output which avoid the unfortunate visual noise in this patch. In this version's favor, it's consistent with what I'm used to seeing in man pages and similar documentation venues.
author Augie Fackler <augie@google.com>
date Tue, 13 Sep 2016 22:58:12 -0400
parents 22c53b3a390d
children d65e246100ed
line wrap: on
line diff
--- a/tests/test-convert.t	Tue Sep 27 14:46:34 2016 +0200
+++ b/tests/test-convert.t	Tue Sep 13 22:58:12 2016 -0400
@@ -327,13 +327,13 @@
    -r --rev REV [+]      import up to source revision REV
    -A --authormap FILE   remap usernames using this file
       --filemap FILE     remap file names using contents of file
-      --full             apply filemap changes by converting all files again
+      --[no-]full        apply filemap changes by converting all files again
       --splicemap FILE   splice synthesized history into place
       --branchmap FILE   change branch names while converting
-      --branchsort       try to sort changesets by branches
-      --datesort         try to sort changesets by date
-      --sourcesort       preserve source changesets order
-      --closesort        try to reorder closed revisions
+      --[no-]branchsort  try to sort changesets by branches
+      --[no-]datesort    try to sort changesets by date
+      --[no-]sourcesort  preserve source changesets order
+      --[no-]closesort   try to reorder closed revisions
   
   (some details hidden, use --verbose to show complete help)
   $ hg init a