comparison tests/test-topic.t @ 2834:38db1466c6fb

log: unstable was renamed into orphan Unstable was renamed into orphan, update tests. Match 03039ff3082b mercurial changeset.
author Boris Feld <boris.feld@octobus.net>
date Thu, 10 Aug 2017 17:37:31 +0200
parents 08a64770ed24
children 27ae7afd9a2a
comparison
equal deleted inserted replaced
2833:08a64770ed24 2834:38db1466c6fb
585 | summary: start on fran 585 | summary: start on fran
586 | 586 |
587 | @ changeset: 10:4073470c35e1 587 | @ changeset: 10:4073470c35e1
588 | | user: test 588 | | user: test
589 | | date: Thu Jan 01 00:00:00 1970 +0000 589 | | date: Thu Jan 01 00:00:00 1970 +0000
590 | | instability: unstable 590 | | instability: orphan
591 | | summary: fran? 591 | | summary: fran?
592 | | 592 | |
593 593
594 Normally you'd do this with evolve, but we'll use rebase to avoid 594 Normally you'd do this with evolve, but we'll use rebase to avoid
595 bonus deps in the testsuite. 595 bonus deps in the testsuite.
610 changed topic on 1 changes 610 changed topic on 1 changes
611 $ hg log -r . 611 $ hg log -r .
612 changeset: 12:18b70b8de1f0 612 changeset: 12:18b70b8de1f0
613 user: test 613 user: test
614 date: Thu Jan 01 00:00:00 1970 +0000 614 date: Thu Jan 01 00:00:00 1970 +0000
615 instability: unstable 615 instability: orphan
616 summary: fran? 616 summary: fran?
617 617
618 $ hg sum 618 $ hg sum
619 parent: 12:18b70b8de1f0 (unstable) 619 parent: 12:18b70b8de1f0 (orphan)
620 fran? 620 fran?
621 branch: default 621 branch: default
622 commit: (clean) 622 commit: (clean)
623 update: 5 new changesets, 2 branch heads (merge) 623 update: 5 new changesets, 2 branch heads (merge)
624 phases: 3 draft 624 phases: 3 draft
625 unstable: 1 changesets 625 orphan: 1 changesets
626 $ hg topic 626 $ hg topic
627 wat 627 wat
628 $ hg log -Gr 'draft() and not obsolete()' 628 $ hg log -Gr 'draft() and not obsolete()'
629 o changeset: 13:686a642006db 629 o changeset: 13:686a642006db
630 | tag: tip 630 | tag: tip
635 | summary: start on fran 635 | summary: start on fran
636 | 636 |
637 | @ changeset: 12:18b70b8de1f0 637 | @ changeset: 12:18b70b8de1f0
638 | | user: test 638 | | user: test
639 | | date: Thu Jan 01 00:00:00 1970 +0000 639 | | date: Thu Jan 01 00:00:00 1970 +0000
640 | | instability: unstable 640 | | instability: orphan
641 | | summary: fran? 641 | | summary: fran?
642 | | 642 | |
643 643
644 Normally you'd do this with evolve, but we'll use rebase to avoid 644 Normally you'd do this with evolve, but we'll use rebase to avoid
645 bonus deps in the testsuite. 645 bonus deps in the testsuite.