comparison tests/test-exchange-obsmarkers-case-A1.t @ 42893:34a46d48d24e

debugobsolete: also issue the "new obsmarkers" messsage We are going to improve the way this message is issued in the core codebase. This will make it appears for `hg debugobsolete` too. Since this seems like a good idea, we make the output change in a previous changesets to clarify the next changeset.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 14 Oct 2018 13:19:24 +0200
parents 89630d0b3e23
children
comparison
equal deleted inserted replaced
42892:a65c4715fb5d 42893:34a46d48d24e
51 - pushdest 51 - pushdest
52 cd into `main` and proceed with env setup 52 cd into `main` and proceed with env setup
53 $ cd main 53 $ cd main
54 $ mkcommit A 54 $ mkcommit A
55 $ hg debugobsolete aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa `getid 'desc(A)'` 55 $ hg debugobsolete aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa `getid 'desc(A)'`
56 1 new obsolescence markers
56 $ hg log -G 57 $ hg log -G
57 @ f5bc6836db60 (draft): A 58 @ f5bc6836db60 (draft): A
58 | 59 |
59 o a9bdc8b26820 (public): O 60 o a9bdc8b26820 (public): O
60 61
199 o f5bc6836db60 (draft): A 200 o f5bc6836db60 (draft): A
200 | 201 |
201 o a9bdc8b26820 (public): O 202 o a9bdc8b26820 (public): O
202 203
203 $ hg debugobsolete aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa `getid 'desc(A)'` 204 $ hg debugobsolete aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa `getid 'desc(A)'`
205 1 new obsolescence markers
204 $ inspect_obsmarkers 206 $ inspect_obsmarkers
205 obsstore content 207 obsstore content
206 ================ 208 ================
207 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa f5bc6836db60e308a17ba08bf050154ba9c4fad7 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} 209 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa f5bc6836db60e308a17ba08bf050154ba9c4fad7 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
208 $ cd .. 210 $ cd ..