Show More
@@ -1250,12 +1250,12 b' Last item in help config.*:' | |||
|
1250 | 1250 | |
|
1251 | 1251 | $ hg help config.`hg help config|grep '^ "'| \ |
|
1252 | 1252 | > tail -1|sed 's![ "]*!!g'`| \ |
|
1253 |
> grep |
|
|
1253 | > grep 'hg help -c config' > /dev/null | |
|
1254 | 1254 | [1] |
|
1255 | 1255 | |
|
1256 | 1256 | note to use help -c for general hg help config: |
|
1257 | 1257 | |
|
1258 |
$ hg help config |grep |
|
|
1258 | $ hg help config |grep 'hg help -c config' > /dev/null | |
|
1259 | 1259 | |
|
1260 | 1260 | Test templating help |
|
1261 | 1261 | |
@@ -1589,7 +1589,7 b' such str.lower().' | |||
|
1589 | 1589 | > subsequent section |
|
1590 | 1590 | > ------------------ |
|
1591 | 1591 | > |
|
1592 |
> This should be hidden at |
|
|
1592 | > This should be hidden at 'hg help ambiguous' with section name. | |
|
1593 | 1593 | > ''' |
|
1594 | 1594 | > """ % (escape(upper), escape(lower))) |
|
1595 | 1595 | > EOF |
@@ -122,7 +122,7 b' TODO: Not implemented yet.' | |||
|
122 | 122 | # pushing to $TESTTMP/remote |
|
123 | 123 | # searching for changes |
|
124 | 124 | # abort: push creates new remote head 71e3228bffe1! |
|
125 |
# (merge or see |
|
|
125 | # (merge or see 'hg help push' for details about pushing new heads) | |
|
126 | 126 | # [255] |
|
127 | 127 | |
|
128 | 128 | old head is obsolete but replacement is not pushed |
General Comments 0
You need to be logged in to leave comments.
Login now