Mercurial > evolve
comparison tests/test-rewind.t @ 3862:8d3eed113b77
rewind: add a message about obsolete changeset
Not the best output, but useful to have the data. We can improve that later.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 17 Jun 2018 01:04:20 +0200 |
parents | bbe635dfd75c |
children | c31be22d1d90 |
comparison
equal
deleted
inserted
replaced
3861:bbe635dfd75c | 3862:8d3eed113b77 |
---|---|
360 rewind a simple amend - obsoleting the current latest successors | 360 rewind a simple amend - obsoleting the current latest successors |
361 ---------------------------------------------------------------- | 361 ---------------------------------------------------------------- |
362 | 362 |
363 $ hg rewind --hidden --to 'min(desc("c_B0"))' | 363 $ hg rewind --hidden --to 'min(desc("c_B0"))' |
364 rewinded to 1 changesets | 364 rewinded to 1 changesets |
365 (1 changesets obsoleted) | |
365 $ hg debugobsolete | 366 $ hg debugobsolete |
366 7e594302a05d3769b27be88fc3cdfd39d7498498 25c8f5ab0c3bb569ec672570f1a901be4c6f032b 0 (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '9', 'operation': 'amend', 'user': 'test'} | 367 7e594302a05d3769b27be88fc3cdfd39d7498498 25c8f5ab0c3bb569ec672570f1a901be4c6f032b 0 (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '9', 'operation': 'amend', 'user': 'test'} |
367 7e594302a05d3769b27be88fc3cdfd39d7498498 48acf2c0d9c8961859ce9a913671eb2adc9b057b 4 (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '34', 'operation': 'rewind', 'user': 'test'} | 368 7e594302a05d3769b27be88fc3cdfd39d7498498 48acf2c0d9c8961859ce9a913671eb2adc9b057b 4 (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '34', 'operation': 'rewind', 'user': 'test'} |
368 48acf2c0d9c8961859ce9a913671eb2adc9b057b 0 {579f120ba91885449adc92eedf48ef3569742cee} (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '0', 'operation': 'prune', 'user': 'test'} | 369 48acf2c0d9c8961859ce9a913671eb2adc9b057b 0 {579f120ba91885449adc92eedf48ef3569742cee} (Thu Jan 01 00:00:01 1970 +0000) {'ef1': '0', 'operation': 'prune', 'user': 'test'} |
369 7e594302a05d3769b27be88fc3cdfd39d7498498 d8b4471cfb3caa290e0a78ae6bc57d78656c9075 4 (Thu Jan 01 00:00:02 1970 +0000) {'ef1': '34', 'operation': 'rewind', 'user': 'test'} | 370 7e594302a05d3769b27be88fc3cdfd39d7498498 d8b4471cfb3caa290e0a78ae6bc57d78656c9075 4 (Thu Jan 01 00:00:02 1970 +0000) {'ef1': '34', 'operation': 'rewind', 'user': 'test'} |