comparison tests/test-tutorial.t @ 2929:06844693bb21

tests: update after removing of redundant amend commit Following e8a7c1a0565a, temporary amend commits has been removed impacting all revision numbers in tests including amend operations. Update tests case to use description or hashes when possible and update revisions number when not.
author Boris Feld <boris.feld@octobus.net>
date Fri, 15 Sep 2017 15:48:18 +0200
parents 66796d7b5415
children 1b4c92621e23
comparison
equal deleted inserted replaced
2928:6275808e89ef 2929:06844693bb21
243 243
244 $ hg diff 244 $ hg diff
245 $ hg rebase --dest 9ca060c80d74 --source 4d5dc8187023 245 $ hg rebase --dest 9ca060c80d74 --source 4d5dc8187023
246 rebasing 1:4d5dc8187023 "adding condiment" 246 rebasing 1:4d5dc8187023 "adding condiment"
247 merging shopping 247 merging shopping
248 rebasing 4:9d0363b81950 "adding fruit" 248 rebasing 3:9d0363b81950 "adding fruit"
249 merging shopping 249 merging shopping
250 250
251 251
252 My local work is now rebased on the remote one. 252 My local work is now rebased on the remote one.
253 253
348 .. note: grab is an alias for `hg rebase --dest . --rev <target>; hg up <there>` 348 .. note: grab is an alias for `hg rebase --dest . --rev <target>; hg up <there>`
349 349
350 $ hg up 'p1(10b8aeaa8cc8)' # going on "bathroom stuff" parent 350 $ hg up 'p1(10b8aeaa8cc8)' # going on "bathroom stuff" parent
351 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 351 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
352 $ hg grab fac207dec9f5 # moving "SPAM SPAM" to the working directory parent 352 $ hg grab fac207dec9f5 # moving "SPAM SPAM" to the working directory parent
353 rebasing 10:fac207dec9f5 "SPAM SPAM" (tip) 353 rebasing 9:fac207dec9f5 "SPAM SPAM" (tip)
354 merging shopping 354 merging shopping
355 ? files updated, 0 files merged, 0 files removed, 0 files unresolved (glob) 355 ? files updated, 0 files merged, 0 files removed, 0 files unresolved (glob)
356 $ hg log -G 356 $ hg log -G
357 @ a224f2a4fb9f (draft): SPAM SPAM 357 @ a224f2a4fb9f (draft): SPAM SPAM
358 | 358 |
404 searching for changes 404 searching for changes
405 adding changesets 405 adding changesets
406 adding manifests 406 adding manifests
407 adding file changes 407 adding file changes
408 added 3 changesets with 3 changes to 1 files 408 added 3 changesets with 3 changes to 1 files
409 6 new obsolescence markers 409 5 new obsolescence markers
410 410
411 for simplicity sake we get the bathroom change in line again 411 for simplicity sake we get the bathroom change in line again
412 412
413 $ hg grab 10b8aeaa8cc8 413 $ hg grab 10b8aeaa8cc8
414 rebasing 9:10b8aeaa8cc8 "bathroom stuff" 414 rebasing 8:10b8aeaa8cc8 "bathroom stuff"
415 merging shopping 415 merging shopping
416 ? files updated, 0 files merged, 0 files removed, 0 files unresolved (glob) 416 ? files updated, 0 files merged, 0 files removed, 0 files unresolved (glob)
417 $ hg phase --draft . 417 $ hg phase --draft .
418 $ hg log -G 418 $ hg log -G
419 @ 75954b8cd933 (draft): bathroom stuff 419 @ 75954b8cd933 (draft): bathroom stuff
646 pulling from $TESTTMP/remote (glob) 646 pulling from $TESTTMP/remote (glob)
647 searching for changes 647 searching for changes
648 adding changesets 648 adding changesets
649 adding manifests 649 adding manifests
650 adding file changes 650 adding file changes
651 added 1 changesets with 1 changes to 1 files (+1 heads) 651 added 1 changesets with 1 changes to 1 files
652 (run 'hg heads' to see heads, 'hg merge' to merge) 652 (run 'hg update' to get a working copy)
653 1 new orphan changesets 653 1 new orphan changesets
654 654
655 655
656 The new changeset "animal" is based on an old changeset of "bathroom". You can 656 The new changeset "animal" is based on an old changeset of "bathroom". You can
657 see both version showing up in the log. 657 see both version showing up in the log.
694 a44c85f957d3. The `hg evolve` command will do this for you. 694 a44c85f957d3. The `hg evolve` command will do this for you.
695 695
696 It has a --dry-run option to only suggest the next move. 696 It has a --dry-run option to only suggest the next move.
697 697
698 $ hg evolve --dry-run 698 $ hg evolve --dry-run
699 move:[15] animals 699 move:[13] animals
700 atop:[14] bathroom stuff 700 atop:[12] bathroom stuff
701 hg rebase -r bf1b0d202029 -d a44c85f957d3 701 hg rebase -r bf1b0d202029 -d a44c85f957d3
702 702
703 Let's do it 703 Let's do it
704 704
705 $ hg evolve 705 $ hg evolve
706 move:[15] animals 706 move:[13] animals
707 atop:[14] bathroom stuff 707 atop:[12] bathroom stuff
708 merging shopping 708 merging shopping
709 working directory is now at ee942144f952 709 working directory is now at ee942144f952
710 710
711 The old version of bathroom is hidden again. 711 The old version of bathroom is hidden again.
712 712
733 searching for changes 733 searching for changes
734 adding changesets 734 adding changesets
735 adding manifests 735 adding manifests
736 adding file changes 736 adding file changes
737 added 2 changesets with 2 changes to 1 files (+1 heads) 737 added 2 changesets with 2 changes to 1 files (+1 heads)
738 3 new obsolescence markers 738 2 new obsolescence markers
739 obsoleted 2 changesets 739 obsoleted 2 changesets
740 740
741 Remote get a warning that current working directory is based on an obsolete 741 Remote get a warning that current working directory is based on an obsolete
742 changeset. 742 changeset.
743 743
828 828
829 $ hg log -r "orphan()" 829 $ hg log -r "orphan()"
830 99f039c5ec9e (draft): SPAM SPAM SPAM 830 99f039c5ec9e (draft): SPAM SPAM SPAM
831 831
832 $ hg evolve 832 $ hg evolve
833 move:[17] SPAM SPAM SPAM 833 move:[15] SPAM SPAM SPAM
834 atop:[14] bathroom stuff 834 atop:[12] bathroom stuff
835 merging shopping 835 merging shopping
836 working directory is now at 40aa40daeefb 836 working directory is now at 40aa40daeefb
837 837
838 $ hg log -G 838 $ hg log -G
839 @ 40aa40daeefb (draft): SPAM SPAM SPAM 839 @ 40aa40daeefb (draft): SPAM SPAM SPAM