Show More
@@ -4535,7 +4535,7 b' def manifest(ui, repo, node=None, rev=No' | |||||
4535 | ] + mergetoolopts, |
|
4535 | ] + mergetoolopts, | |
4536 | _('[-P] [-f] [[-r] REV]')) |
|
4536 | _('[-P] [-f] [[-r] REV]')) | |
4537 | def merge(ui, repo, node=None, **opts): |
|
4537 | def merge(ui, repo, node=None, **opts): | |
4538 | """merge working directory with another revision |
|
4538 | """merge another revision into working directory | |
4539 |
|
4539 | |||
4540 | The current working directory is updated with all changes made in |
|
4540 | The current working directory is updated with all changes made in | |
4541 | the requested revision since the last common predecessor revision. |
|
4541 | the requested revision since the last common predecessor revision. |
@@ -443,7 +443,7 b' invalid global arguments for normal comm' | |||||
443 | forget forget the specified files on the next commit |
|
443 | forget forget the specified files on the next commit | |
444 | init create a new repository in the given directory |
|
444 | init create a new repository in the given directory | |
445 | log show revision history of entire repository or files |
|
445 | log show revision history of entire repository or files | |
446 |
merge merge working directory |
|
446 | merge merge another revision into working directory | |
447 | pull pull changes from the specified source |
|
447 | pull pull changes from the specified source | |
448 | push push changes to the specified destination |
|
448 | push push changes to the specified destination | |
449 | remove remove the specified files on the next commit |
|
449 | remove remove the specified files on the next commit | |
@@ -469,7 +469,7 b' invalid global arguments for normal comm' | |||||
469 | forget forget the specified files on the next commit |
|
469 | forget forget the specified files on the next commit | |
470 | init create a new repository in the given directory |
|
470 | init create a new repository in the given directory | |
471 | log show revision history of entire repository or files |
|
471 | log show revision history of entire repository or files | |
472 |
merge merge working directory |
|
472 | merge merge another revision into working directory | |
473 | pull pull changes from the specified source |
|
473 | pull pull changes from the specified source | |
474 | push push changes to the specified destination |
|
474 | push push changes to the specified destination | |
475 | remove remove the specified files on the next commit |
|
475 | remove remove the specified files on the next commit | |
@@ -495,7 +495,7 b' invalid global arguments for normal comm' | |||||
495 | forget forget the specified files on the next commit |
|
495 | forget forget the specified files on the next commit | |
496 | init create a new repository in the given directory |
|
496 | init create a new repository in the given directory | |
497 | log show revision history of entire repository or files |
|
497 | log show revision history of entire repository or files | |
498 |
merge merge working directory |
|
498 | merge merge another revision into working directory | |
499 | pull pull changes from the specified source |
|
499 | pull pull changes from the specified source | |
500 | push push changes to the specified destination |
|
500 | push push changes to the specified destination | |
501 | remove remove the specified files on the next commit |
|
501 | remove remove the specified files on the next commit |
@@ -68,7 +68,7 b' typical client does not want echo-back m' | |||||
68 | forget forget the specified files on the next commit |
|
68 | forget forget the specified files on the next commit | |
69 | init create a new repository in the given directory |
|
69 | init create a new repository in the given directory | |
70 | log show revision history of entire repository or files |
|
70 | log show revision history of entire repository or files | |
71 |
merge merge working directory |
|
71 | merge merge another revision into working directory | |
72 | pull pull changes from the specified source |
|
72 | pull pull changes from the specified source | |
73 | push push changes to the specified destination |
|
73 | push push changes to the specified destination | |
74 | remove remove the specified files on the next commit |
|
74 | remove remove the specified files on the next commit |
@@ -315,7 +315,7 b' Testing -h/--help:' | |||||
315 | init create a new repository in the given directory |
|
315 | init create a new repository in the given directory | |
316 | log show revision history of entire repository or files |
|
316 | log show revision history of entire repository or files | |
317 | manifest output the current or given revision of the project manifest |
|
317 | manifest output the current or given revision of the project manifest | |
318 |
merge merge working directory |
|
318 | merge merge another revision into working directory | |
319 | outgoing show changesets not found in the destination |
|
319 | outgoing show changesets not found in the destination | |
320 | paths show aliases for remote repositories |
|
320 | paths show aliases for remote repositories | |
321 | phase set or show the current phase name |
|
321 | phase set or show the current phase name | |
@@ -396,7 +396,7 b' Testing -h/--help:' | |||||
396 | init create a new repository in the given directory |
|
396 | init create a new repository in the given directory | |
397 | log show revision history of entire repository or files |
|
397 | log show revision history of entire repository or files | |
398 | manifest output the current or given revision of the project manifest |
|
398 | manifest output the current or given revision of the project manifest | |
399 |
merge merge working directory |
|
399 | merge merge another revision into working directory | |
400 | outgoing show changesets not found in the destination |
|
400 | outgoing show changesets not found in the destination | |
401 | paths show aliases for remote repositories |
|
401 | paths show aliases for remote repositories | |
402 | phase set or show the current phase name |
|
402 | phase set or show the current phase name |
@@ -14,7 +14,7 b' Short help:' | |||||
14 | forget forget the specified files on the next commit |
|
14 | forget forget the specified files on the next commit | |
15 | init create a new repository in the given directory |
|
15 | init create a new repository in the given directory | |
16 | log show revision history of entire repository or files |
|
16 | log show revision history of entire repository or files | |
17 |
merge merge working directory |
|
17 | merge merge another revision into working directory | |
18 | pull pull changes from the specified source |
|
18 | pull pull changes from the specified source | |
19 | push push changes to the specified destination |
|
19 | push push changes to the specified destination | |
20 | remove remove the specified files on the next commit |
|
20 | remove remove the specified files on the next commit | |
@@ -35,7 +35,7 b' Short help:' | |||||
35 | forget forget the specified files on the next commit |
|
35 | forget forget the specified files on the next commit | |
36 | init create a new repository in the given directory |
|
36 | init create a new repository in the given directory | |
37 | log show revision history of entire repository or files |
|
37 | log show revision history of entire repository or files | |
38 |
merge merge working directory |
|
38 | merge merge another revision into working directory | |
39 | pull pull changes from the specified source |
|
39 | pull pull changes from the specified source | |
40 | push push changes to the specified destination |
|
40 | push push changes to the specified destination | |
41 | remove remove the specified files on the next commit |
|
41 | remove remove the specified files on the next commit | |
@@ -78,7 +78,7 b' Short help:' | |||||
78 | init create a new repository in the given directory |
|
78 | init create a new repository in the given directory | |
79 | log show revision history of entire repository or files |
|
79 | log show revision history of entire repository or files | |
80 | manifest output the current or given revision of the project manifest |
|
80 | manifest output the current or given revision of the project manifest | |
81 |
merge merge working directory |
|
81 | merge merge another revision into working directory | |
82 | outgoing show changesets not found in the destination |
|
82 | outgoing show changesets not found in the destination | |
83 | paths show aliases for remote repositories |
|
83 | paths show aliases for remote repositories | |
84 | phase set or show the current phase name |
|
84 | phase set or show the current phase name | |
@@ -153,7 +153,7 b' Short help:' | |||||
153 | init create a new repository in the given directory |
|
153 | init create a new repository in the given directory | |
154 | log show revision history of entire repository or files |
|
154 | log show revision history of entire repository or files | |
155 | manifest output the current or given revision of the project manifest |
|
155 | manifest output the current or given revision of the project manifest | |
156 |
merge merge working directory |
|
156 | merge merge another revision into working directory | |
157 | outgoing show changesets not found in the destination |
|
157 | outgoing show changesets not found in the destination | |
158 | paths show aliases for remote repositories |
|
158 | paths show aliases for remote repositories | |
159 | phase set or show the current phase name |
|
159 | phase set or show the current phase name | |
@@ -293,7 +293,7 b' Test short command list with verbose opt' | |||||
293 | forget forget the specified files on the next commit |
|
293 | forget forget the specified files on the next commit | |
294 | init create a new repository in the given directory |
|
294 | init create a new repository in the given directory | |
295 | log, history show revision history of entire repository or files |
|
295 | log, history show revision history of entire repository or files | |
296 |
merge merge working directory |
|
296 | merge merge another revision into working directory | |
297 | pull pull changes from the specified source |
|
297 | pull pull changes from the specified source | |
298 | push push changes to the specified destination |
|
298 | push push changes to the specified destination | |
299 | remove, rm remove the specified files on the next commit |
|
299 | remove, rm remove the specified files on the next commit | |
@@ -599,7 +599,7 b' Test command without options' | |||||
599 | forget forget the specified files on the next commit |
|
599 | forget forget the specified files on the next commit | |
600 | init create a new repository in the given directory |
|
600 | init create a new repository in the given directory | |
601 | log show revision history of entire repository or files |
|
601 | log show revision history of entire repository or files | |
602 |
merge merge working directory |
|
602 | merge merge another revision into working directory | |
603 | pull pull changes from the specified source |
|
603 | pull pull changes from the specified source | |
604 | push push changes to the specified destination |
|
604 | push push changes to the specified destination | |
605 | remove remove the specified files on the next commit |
|
605 | remove remove the specified files on the next commit | |
@@ -694,7 +694,7 b' Test that default list of commands omits' | |||||
694 | init create a new repository in the given directory |
|
694 | init create a new repository in the given directory | |
695 | log show revision history of entire repository or files |
|
695 | log show revision history of entire repository or files | |
696 | manifest output the current or given revision of the project manifest |
|
696 | manifest output the current or given revision of the project manifest | |
697 |
merge merge working directory |
|
697 | merge merge another revision into working directory | |
698 | outgoing show changesets not found in the destination |
|
698 | outgoing show changesets not found in the destination | |
699 | paths show aliases for remote repositories |
|
699 | paths show aliases for remote repositories | |
700 | phase set or show the current phase name |
|
700 | phase set or show the current phase name | |
@@ -1362,7 +1362,7 b' Dish up an empty repo; serve it cold.' | |||||
1362 | merge |
|
1362 | merge | |
1363 | </a> |
|
1363 | </a> | |
1364 | </td><td> |
|
1364 | </td><td> | |
1365 | merge working directory with another revision |
|
1365 | merge another revision into working directory | |
1366 | </td></tr> |
|
1366 | </td></tr> | |
1367 | <tr><td> |
|
1367 | <tr><td> | |
1368 | <a href="/help/pull"> |
|
1368 | <a href="/help/pull"> |
@@ -28,7 +28,7 b'' | |||||
28 | forget forget the specified files on the next commit |
|
28 | forget forget the specified files on the next commit | |
29 | init create a new repository in the given directory |
|
29 | init create a new repository in the given directory | |
30 | log show revision history of entire repository or files |
|
30 | log show revision history of entire repository or files | |
31 |
merge merge working directory |
|
31 | merge merge another revision into working directory | |
32 | pull pull changes from the specified source |
|
32 | pull pull changes from the specified source | |
33 | push push changes to the specified destination |
|
33 | push push changes to the specified destination | |
34 | remove remove the specified files on the next commit |
|
34 | remove remove the specified files on the next commit |
General Comments 0
You need to be logged in to leave comments.
Login now