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