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