Mercurial > evolve
diff tests/test-evolve-obshistory.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 | 462adae9fea7 |
children | 54f7b8fcdf3b |
line wrap: on
line diff
--- a/tests/test-evolve-obshistory.t Wed Sep 13 15:13:51 2017 +0200 +++ b/tests/test-evolve-obshistory.t Fri Sep 15 15:48:18 2017 +0200 @@ -31,19 +31,13 @@ > > Better commit message" $ hg log --hidden -G - @ changeset: 3:4ae3a4151de9 + @ changeset: 2:4ae3a4151de9 | tag: tip | parent: 0:ea207398892e | user: test | date: Thu Jan 01 00:00:00 1970 +0000 | summary: A1 | - | x changeset: 2:f137d23bb3e1 - | | user: test - | | date: Thu Jan 01 00:00:00 1970 +0000 - | | obsolete: pruned - | | summary: temporary amend commit for 471f378eab4c - | | | x changeset: 1:471f378eab4c |/ user: test | date: Thu Jan 01 00:00:00 1970 +0000 @@ -58,7 +52,7 @@ Actual test ----------- $ hg obslog --patch 4ae3a4151de9 - @ 4ae3a4151de9 (3) A1 + @ 4ae3a4151de9 (2) A1 | x 471f378eab4c (1) A0 rewritten(description, content) as 4ae3a4151de9 by test (*) (glob) @@ -83,7 +77,7 @@ { "debugobshistory.markers": [], "debugobshistory.node": "4ae3a4151de9", - "debugobshistory.rev": 3, + "debugobshistory.rev": 2, "debugobshistory.shortdescription": "A1" }, {