Mercurial > evolve
comparison tests/test-topic-stack.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 | 2e703ed1c713 |
children | 5ddea3b8d2a4 |
comparison
equal
deleted
inserted
replaced
3518:d938808e31bc | 3519:2823c82ad8a4 |
---|---|
868 |/ | 868 |/ |
869 x b24bab30ac12 (20) c_G | 869 x b24bab30ac12 (20) c_G |
870 | rewritten(parent, content) as dde94df880e9, e7ea874afbd5 by test (Thu Jan 01 00:00:00 1970 +0000) | 870 | rewritten(parent, content) as dde94df880e9, e7ea874afbd5 by test (Thu Jan 01 00:00:00 1970 +0000) |
871 | | 871 | |
872 x 907f7d3c2333 (18) c_G | 872 x 907f7d3c2333 (18) c_G |
873 | rewritten(content) as b24bab30ac12 by test (Thu Jan 01 00:00:00 1970 +0000) | 873 | rewritten(content) as b24bab30ac12 using amend by test (Thu Jan 01 00:00:00 1970 +0000) |
874 | | 874 | |
875 x 3ab2eedae500 (13) c_G | 875 x 3ab2eedae500 (13) c_G |
876 | rewritten(parent) as 907f7d3c2333 by test (Thu Jan 01 00:00:00 1970 +0000) | 876 | rewritten(parent) as 907f7d3c2333 using rebase by test (Thu Jan 01 00:00:00 1970 +0000) |
877 | | 877 | |
878 x c7d60a180d05 (6) c_G | 878 x c7d60a180d05 (6) c_G |
879 rewritten(user) as 3ab2eedae500 by test (Thu Jan 01 00:00:00 1970 +0000) | 879 rewritten(user) as 3ab2eedae500 using amend by test (Thu Jan 01 00:00:00 1970 +0000) |
880 | 880 |
881 $ hg export . | 881 $ hg export . |
882 # HG changeset patch | 882 # HG changeset patch |
883 # User test3 | 883 # User test3 |
884 # Date 0 0 | 884 # Date 0 0 |