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