Show More
@@ -531,6 +531,15 Do all the merge combination (from the deleted or the update side × keeping and deleting the file | |||
|
531 | 531 | $ hg merge 'desc("updating-both-file")' -t :local |
|
532 | 532 | 1 files updated, 1 files merged, 0 files removed, 0 files unresolved |
|
533 | 533 | (branch merge, don't forget to commit) |
|
534 | $ hg debugmergestate | |
|
535 | local (working copy): 7801bc9b9899de5e304bd162cafde9b78e10ab9b | |
|
536 | other (merge rev): 9b610631ab29024c5f44af7d2c19658ef8f8f071 | |
|
537 | file: the-file (state "r") | |
|
538 | local path: the-file (hash 0000000000000000000000000000000000000000, flags "") | |
|
539 | ancestor path: the-file (node 4b69178b9bdae28b651393b46e631427a72f217a) | |
|
540 | other path: the-file (node 59e363a07dc876278f0e41756236f30213b6b460) | |
|
541 | extra: ancestorlinknode = 955800955977bd6c103836ee3e437276e940a589 | |
|
542 | extra: other-file (filenode-source = other) | |
|
534 | 543 |
|
|
535 | 544 | $ hg manifest |
|
536 | 545 | other-file |
@@ -544,6 +553,14 Do all the merge combination (from the deleted or the update side × keeping and deleting the file | |||
|
544 | 553 | $ hg merge 'desc("delete-the-file")' -t :other |
|
545 | 554 | 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
|
546 | 555 | (branch merge, don't forget to commit) |
|
556 | $ hg debugmergestate | |
|
557 | local (working copy): 9b610631ab29024c5f44af7d2c19658ef8f8f071 | |
|
558 | other (merge rev): 7801bc9b9899de5e304bd162cafde9b78e10ab9b | |
|
559 | file: the-file (state "r") | |
|
560 | local path: the-file (hash 6d2e02da5a9fe0691363dc6b573845fa271eaa35, flags "") | |
|
561 | ancestor path: the-file (node 4b69178b9bdae28b651393b46e631427a72f217a) | |
|
562 | other path: the-file (node 0000000000000000000000000000000000000000) | |
|
563 | extra: ancestorlinknode = 955800955977bd6c103836ee3e437276e940a589 | |
|
547 | 564 | $ hg ci -m "merge-deleting-the-file-from-updated" |
|
548 | 565 | created new head |
|
549 | 566 | $ hg manifest |
@@ -558,6 +575,15 Do all the merge combination (from the deleted or the update side × keeping and deleting the file | |||
|
558 | 575 | $ hg merge 'desc("updating-both-file")' -t :other |
|
559 | 576 | 1 files updated, 1 files merged, 0 files removed, 0 files unresolved |
|
560 | 577 | (branch merge, don't forget to commit) |
|
578 | $ hg debugmergestate | |
|
579 | local (working copy): 7801bc9b9899de5e304bd162cafde9b78e10ab9b | |
|
580 | other (merge rev): 9b610631ab29024c5f44af7d2c19658ef8f8f071 | |
|
581 | file: the-file (state "r") | |
|
582 | local path: the-file (hash 0000000000000000000000000000000000000000, flags "") | |
|
583 | ancestor path: the-file (node 4b69178b9bdae28b651393b46e631427a72f217a) | |
|
584 | other path: the-file (node 59e363a07dc876278f0e41756236f30213b6b460) | |
|
585 | extra: ancestorlinknode = 955800955977bd6c103836ee3e437276e940a589 | |
|
586 | extra: other-file (filenode-source = other) | |
|
561 | 587 |
|
|
562 | 588 | created new head |
|
563 | 589 | $ hg manifest |
@@ -578,6 +604,14 in consideration. | |||
|
578 | 604 | $ hg merge 'desc("delete-the-file")' -t :local |
|
579 | 605 | 0 files updated, 1 files merged, 0 files removed, 0 files unresolved |
|
580 | 606 | (branch merge, don't forget to commit) |
|
607 | $ hg debugmergestate | |
|
608 | local (working copy): 9b610631ab29024c5f44af7d2c19658ef8f8f071 | |
|
609 | other (merge rev): 7801bc9b9899de5e304bd162cafde9b78e10ab9b | |
|
610 | file: the-file (state "r") | |
|
611 | local path: the-file (hash 6d2e02da5a9fe0691363dc6b573845fa271eaa35, flags "") | |
|
612 | ancestor path: the-file (node 4b69178b9bdae28b651393b46e631427a72f217a) | |
|
613 | other path: the-file (node 0000000000000000000000000000000000000000) | |
|
614 | extra: ancestorlinknode = 955800955977bd6c103836ee3e437276e940a589 | |
|
581 | 615 | $ hg ci -m "merge-keeping-the-file-from-updated" |
|
582 | 616 | created new head |
|
583 | 617 | $ hg manifest |
General Comments 0
You need to be logged in to leave comments.
Login now