Mercurial > evolve
comparison tests/test-obsolete.t @ 3519:2823c82ad8a4
obslog: add the operation to the Obslog output
The operation is helpful when debugging a case where we don't know how we
ended up in this case while effect-flag are useful to understand what semantic
changes happens to a changeset.
Add the operation when displaying an obs-marker in the following form:
`rewritten as X using amend`
The other proposal is interesting but seems harder to internationalize and
might requires update each time we introduce new operation:
`Amended as X`
Let's use the first proposal right now.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 04 Mar 2018 11:34:49 -0500 |
parents | f57be161f34b |
children | d166b3dc5e8a |
comparison
equal
deleted
inserted
replaced
3518:d938808e31bc | 3519:2823c82ad8a4 |
---|---|
715 [4] add obsol_c' | 715 [4] add obsol_c' |
716 [10] add obsol_c | 716 [10] add obsol_c |
717 [2] | 717 [2] |
718 $ hg olog | 718 $ hg olog |
719 @ 0d3f46688ccc (3) add obsol_c | 719 @ 0d3f46688ccc (3) add obsol_c |
720 | rewritten(parent) as 2033b4e49474 by test (*) (glob) | 720 | rewritten(parent) as 2033b4e49474 using rebase by test (*) (glob) |
721 | rewritten as 725c380fe99b by test (*) (glob) | 721 | rewritten as 725c380fe99b by test (*) (glob) |
722 | | 722 | |
723 x 4538525df7e2 (2) add c | 723 x 4538525df7e2 (2) add c |
724 rewritten as 0d3f46688ccc by test (*) (glob) | 724 rewritten as 0d3f46688ccc by test (*) (glob) |
725 | 725 |