equal
deleted
inserted
replaced
60 @ 2: apricot |
60 @ 2: apricot |
61 |
61 |
62 |
62 |
63 This is important: 1 should not have a successor (especially not revision 2) |
63 This is important: 1 should not have a successor (especially not revision 2) |
64 |
64 |
|
65 $ hg debugobsolete |
|
66 3ba7db0ce860a189d1fd1fd7675f0e871652ed16 4d6fec23dcc4c3e4ccce8b1d3b79f62ee927c2be 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'operation': 'amend', 'user': 'test'} |
|
67 dd9b5dd30cd6b703d126d55b34165fd6ec5717c9 0 {3ba7db0ce860a189d1fd1fd7675f0e871652ed16} (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '0', 'operation': 'evolve', 'user': 'test'} |
65 $ hg olog --all |
68 $ hg olog --all |
66 @ 4d6fec23dcc4 (2) apricot |
69 @ 4d6fec23dcc4 (2) apricot |
|
70 | rewritten(description, content) from 3ba7db0ce860 using amend by test (Thu Jan 01 00:00:00 1970 +0000) |
67 | |
71 | |
68 x 3ba7db0ce860 (0) apple |
72 x 3ba7db0ce860 (0) apple |
69 rewritten(description, content) as 4d6fec23dcc4 using amend by test (Thu Jan 01 00:00:00 1970 +0000) |
|
70 |
73 |
71 $ hg olog --hidden --all 1 |
74 $ hg olog --hidden --all 1 |
72 x dd9b5dd30cd6 (1) banana |
75 x dd9b5dd30cd6 (1) banana |
73 pruned using evolve by test (Thu Jan 01 00:00:00 1970 +0000) |
76 pruned using evolve by test (Thu Jan 01 00:00:00 1970 +0000) |
74 |
77 |