comparison tests/test-qrecord.t @ 22110:26f7c8033bed

help: tweak --verbose command help hint We used to have two slightly different message which people wouldn't read... and then complain that they couldn't find the global options or examples. So we unify them into one message that's upfront that STUFF IS INTENTIONALLY HIDDEN and that looks more like our normal hint style.
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 03:01:37 -0500
parents 3838b910fa6b
children aa5e256839d5
comparison
equal deleted inserted replaced
22109:feab93a24e81 22110:26f7c8033bed
74 -b --ignore-space-change ignore changes in the amount of white space 74 -b --ignore-space-change ignore changes in the amount of white space
75 -B --ignore-blank-lines ignore changes whose lines are all blank 75 -B --ignore-blank-lines ignore changes whose lines are all blank
76 76
77 [+] marked option can be specified multiple times 77 [+] marked option can be specified multiple times
78 78
79 use "hg -v help record" to show the global options 79 (some details hidden, use --verbose to show complete help)
80 80
81 help (no mq, so no qrecord) 81 help (no mq, so no qrecord)
82 82
83 $ hg help qrecord 83 $ hg help qrecord
84 hg qrecord [OPTION]... PATCH [FILE]... 84 hg qrecord [OPTION]... PATCH [FILE]...
85 85
86 interactively record a new patch 86 interactively record a new patch
87 87
88 See "hg help qnew" & "hg help record" for more information and usage. 88 See "hg help qnew" & "hg help record" for more information and usage.
89 89
90 use "hg -v help qrecord" to show the global options 90 (some details hidden, use --verbose to show complete help)
91 91
92 $ hg init a 92 $ hg init a
93 93
94 qrecord (mq not present) 94 qrecord (mq not present)
95 95
117 117
118 interactively record a new patch 118 interactively record a new patch
119 119
120 See "hg help qnew" & "hg help record" for more information and usage. 120 See "hg help qnew" & "hg help record" for more information and usage.
121 121
122 use "hg -v help qrecord" to show the global options 122 (some details hidden, use --verbose to show complete help)
123 123
124 help (mq present) 124 help (mq present)
125 125
126 $ sed 's/mq=nonexistent/mq=/' $HGRCPATH > hgrc.tmp 126 $ sed 's/mq=nonexistent/mq=/' $HGRCPATH > hgrc.tmp
127 $ mv hgrc.tmp $HGRCPATH 127 $ mv hgrc.tmp $HGRCPATH
150 -B --ignore-blank-lines ignore changes whose lines are all blank 150 -B --ignore-blank-lines ignore changes whose lines are all blank
151 --mq operate on patch repository 151 --mq operate on patch repository
152 152
153 [+] marked option can be specified multiple times 153 [+] marked option can be specified multiple times
154 154
155 use "hg -v help qrecord" to show the global options 155 (some details hidden, use --verbose to show complete help)
156 156
157 $ cd a 157 $ cd a
158 158
159 Base commit 159 Base commit
160 160