Mercurial > evolve
diff tests/test-evolve-obshistory.t @ 3054:bc890c6c9b2f
obslog: spell out successor completely
If the successor is not known locally, obslog says `succ is unknown locally`
which is not a good message. This patch makes sure succ is spelled out
completely as successor.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 09 Oct 2017 19:35:32 +0530 |
parents | 945a0989e41b |
children | 774b4ea6ca58 |
line wrap: on
line diff
--- a/tests/test-evolve-obshistory.t Thu Sep 28 21:35:29 2017 +0100 +++ b/tests/test-evolve-obshistory.t Mon Oct 09 19:35:32 2017 +0530 @@ -1638,7 +1638,7 @@ | @ 471f378eab4c (1) A0 rewritten(description) as fdf9bde5129a by test (*) (glob) - (No patch available yet, succ is unknown locally) + (No patch available yet, successor is unknown locally) $ hg obslog 7a230b46bf61 --color=debug --patch o [evolve.node|7a230b46bf61] [evolve.rev|(2)] [evolve.short_description|A2] @@ -1649,5 +1649,5 @@ | @ [evolve.node|471f378eab4c] [evolve.rev|(1)] [evolve.short_description|A0] [evolve.verb|rewritten](description) as [evolve.node|fdf9bde5129a] by [evolve.user|test] [evolve.date|(*)] (glob) - (No patch available yet, succ is unknown locally) + (No patch available yet, successor is unknown locally)