##// END OF EJS Templates
commands: update help for "unbundle"...
Gregory Szorc -
r31795:2b130e26 default
parent child Browse files
Show More
@@ -5249,10 +5249,9 b' def tip(ui, repo, **opts):'
5249 _('update to new branch head if changesets were unbundled'))],
5249 _('update to new branch head if changesets were unbundled'))],
5250 _('[-u] FILE...'))
5250 _('[-u] FILE...'))
5251 def unbundle(ui, repo, fname1, *fnames, **opts):
5251 def unbundle(ui, repo, fname1, *fnames, **opts):
5252 """apply one or more changegroup files
5252 """apply one or more bundle files
5253
5253
5254 Apply one or more compressed changegroup files generated by the
5254 Apply one or more bundle files generated by :hg:`bundle`.
5255 bundle command.
5256
5255
5257 Returns 0 on success, 1 if an update has unresolved files.
5256 Returns 0 on success, 1 if an update has unresolved files.
5258 """
5257 """
@@ -333,7 +333,7 b' Testing -h/--help:'
333 summary summarize working directory state
333 summary summarize working directory state
334 tag add one or more tags for the current or given revision
334 tag add one or more tags for the current or given revision
335 tags list repository tags
335 tags list repository tags
336 unbundle apply one or more changegroup files
336 unbundle apply one or more bundle files
337 update update working directory (or switch revisions)
337 update update working directory (or switch revisions)
338 verify verify the integrity of the repository
338 verify verify the integrity of the repository
339 version output version and copyright information
339 version output version and copyright information
@@ -417,7 +417,7 b' Testing -h/--help:'
417 summary summarize working directory state
417 summary summarize working directory state
418 tag add one or more tags for the current or given revision
418 tag add one or more tags for the current or given revision
419 tags list repository tags
419 tags list repository tags
420 unbundle apply one or more changegroup files
420 unbundle apply one or more bundle files
421 update update working directory (or switch revisions)
421 update update working directory (or switch revisions)
422 verify verify the integrity of the repository
422 verify verify the integrity of the repository
423 version output version and copyright information
423 version output version and copyright information
@@ -95,7 +95,7 b' Short help:'
95 summary summarize working directory state
95 summary summarize working directory state
96 tag add one or more tags for the current or given revision
96 tag add one or more tags for the current or given revision
97 tags list repository tags
97 tags list repository tags
98 unbundle apply one or more changegroup files
98 unbundle apply one or more bundle files
99 update update working directory (or switch revisions)
99 update update working directory (or switch revisions)
100 verify verify the integrity of the repository
100 verify verify the integrity of the repository
101 version output version and copyright information
101 version output version and copyright information
@@ -173,7 +173,7 b' Short help:'
173 summary summarize working directory state
173 summary summarize working directory state
174 tag add one or more tags for the current or given revision
174 tag add one or more tags for the current or given revision
175 tags list repository tags
175 tags list repository tags
176 unbundle apply one or more changegroup files
176 unbundle apply one or more bundle files
177 update update working directory (or switch revisions)
177 update update working directory (or switch revisions)
178 verify verify the integrity of the repository
178 verify verify the integrity of the repository
179 version output version and copyright information
179 version output version and copyright information
@@ -818,7 +818,7 b' Test that default list of commands omits'
818 summary summarize working directory state
818 summary summarize working directory state
819 tag add one or more tags for the current or given revision
819 tag add one or more tags for the current or given revision
820 tags list repository tags
820 tags list repository tags
821 unbundle apply one or more changegroup files
821 unbundle apply one or more bundle files
822 update update working directory (or switch revisions)
822 update update working directory (or switch revisions)
823 verify verify the integrity of the repository
823 verify verify the integrity of the repository
824 version output version and copyright information
824 version output version and copyright information
@@ -2428,7 +2428,7 b' Dish up an empty repo; serve it cold.'
2428 unbundle
2428 unbundle
2429 </a>
2429 </a>
2430 </td><td>
2430 </td><td>
2431 apply one or more changegroup files
2431 apply one or more bundle files
2432 </td></tr>
2432 </td></tr>
2433 <tr><td>
2433 <tr><td>
2434 <a href="/help/verify">
2434 <a href="/help/verify">
@@ -1535,7 +1535,7 b' help/ shows help topics'
1535 "topic": "tags"
1535 "topic": "tags"
1536 },
1536 },
1537 {
1537 {
1538 "summary": "apply one or more changegroup files",
1538 "summary": "apply one or more bundle files",
1539 "topic": "unbundle"
1539 "topic": "unbundle"
1540 },
1540 },
1541 {
1541 {
General Comments 0
You need to be logged in to leave comments. Login now