comparison tests/test-help.t @ 31794:54b1af732415

commands: update help for "bundle" We now have a dedicated help topic to describe bundle specification strings. Let's update `hg bundle`'s documentation to reflect its existence. While I was hear, I also tweaked some wording which I felt was out of date and needed tweaking. Specifically, `hg bundle` no longer just deals with "changegroup" data: it can also generate files that have non-changegroup data.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 01 Apr 2017 13:43:43 -0700
parents 69d8fcf20014
children 2b130e26c3a4
comparison
equal deleted inserted replaced
31793:69d8fcf20014 31794:54b1af732415
56 backout reverse effect of earlier changeset 56 backout reverse effect of earlier changeset
57 bisect subdivision search of changesets 57 bisect subdivision search of changesets
58 bookmarks create a new bookmark or list existing bookmarks 58 bookmarks create a new bookmark or list existing bookmarks
59 branch set or show the current branch name 59 branch set or show the current branch name
60 branches list repository named branches 60 branches list repository named branches
61 bundle create a changegroup file 61 bundle create a bundle file
62 cat output the current or given revision of files 62 cat output the current or given revision of files
63 clone make a copy of an existing repository 63 clone make a copy of an existing repository
64 commit commit the specified files or all outstanding changes 64 commit commit the specified files or all outstanding changes
65 config show combined config settings from all hgrc files 65 config show combined config settings from all hgrc files
66 copy mark files as copied for the next commit 66 copy mark files as copied for the next commit
134 backout reverse effect of earlier changeset 134 backout reverse effect of earlier changeset
135 bisect subdivision search of changesets 135 bisect subdivision search of changesets
136 bookmarks create a new bookmark or list existing bookmarks 136 bookmarks create a new bookmark or list existing bookmarks
137 branch set or show the current branch name 137 branch set or show the current branch name
138 branches list repository named branches 138 branches list repository named branches
139 bundle create a changegroup file 139 bundle create a bundle file
140 cat output the current or given revision of files 140 cat output the current or given revision of files
141 clone make a copy of an existing repository 141 clone make a copy of an existing repository
142 commit commit the specified files or all outstanding changes 142 commit commit the specified files or all outstanding changes
143 config show combined config settings from all hgrc files 143 config show combined config settings from all hgrc files
144 copy mark files as copied for the next commit 144 copy mark files as copied for the next commit
779 backout reverse effect of earlier changeset 779 backout reverse effect of earlier changeset
780 bisect subdivision search of changesets 780 bisect subdivision search of changesets
781 bookmarks create a new bookmark or list existing bookmarks 781 bookmarks create a new bookmark or list existing bookmarks
782 branch set or show the current branch name 782 branch set or show the current branch name
783 branches list repository named branches 783 branches list repository named branches
784 bundle create a changegroup file 784 bundle create a bundle file
785 cat output the current or given revision of files 785 cat output the current or given revision of files
786 clone make a copy of an existing repository 786 clone make a copy of an existing repository
787 commit commit the specified files or all outstanding changes 787 commit commit the specified files or all outstanding changes
788 config show combined config settings from all hgrc files 788 config show combined config settings from all hgrc files
789 copy mark files as copied for the next commit 789 copy mark files as copied for the next commit
2244 <tr><td> 2244 <tr><td>
2245 <a href="/help/bundle"> 2245 <a href="/help/bundle">
2246 bundle 2246 bundle
2247 </a> 2247 </a>
2248 </td><td> 2248 </td><td>
2249 create a changegroup file 2249 create a bundle file
2250 </td></tr> 2250 </td></tr>
2251 <tr><td> 2251 <tr><td>
2252 <a href="/help/cat"> 2252 <a href="/help/cat">
2253 cat 2253 cat
2254 </a> 2254 </a>