comparison tests/test-obsolete-changeset-exchange.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 f9232b0310ef
children d7304434390f
comparison
equal deleted inserted replaced
42892:a65c4715fb5d 42893:34a46d48d24e
32 | o A 9d73aac1b2ed7d53835eaeec212ed41ea47da53a 32 | o A 9d73aac1b2ed7d53835eaeec212ed41ea47da53a
33 |/ 33 |/
34 o base d20a80d4def38df63a4b330b7fb688f3d4cae1e3 34 o base d20a80d4def38df63a4b330b7fb688f3d4cae1e3
35 35
36 $ hg debugobsolete 9d73aac1b2ed7d53835eaeec212ed41ea47da53a f89bcc95eba5174b1ccc3e33a82e84c96e8338ee 36 $ hg debugobsolete 9d73aac1b2ed7d53835eaeec212ed41ea47da53a f89bcc95eba5174b1ccc3e33a82e84c96e8338ee
37 1 new obsolescence markers
37 obsoleted 1 changesets 38 obsoleted 1 changesets
38 39
39 Push it. The bundle should not refer to the extinct changeset. 40 Push it. The bundle should not refer to the extinct changeset.
40 41
41 $ hg init ../other 42 $ hg init ../other
137 $ cd pull-hidden-common 138 $ cd pull-hidden-common
138 $ hg -q up -r 1 139 $ hg -q up -r 1
139 $ echo 2b > foo 140 $ echo 2b > foo
140 $ hg -q commit -m 2b 141 $ hg -q commit -m 2b
141 $ hg debugobsolete 6a29ed9c68defff1a139e5c6fa9696fb1a75783d bec0734cd68e84477ba7fc1d13e6cff53ab70129 142 $ hg debugobsolete 6a29ed9c68defff1a139e5c6fa9696fb1a75783d bec0734cd68e84477ba7fc1d13e6cff53ab70129
143 1 new obsolescence markers
142 obsoleted 1 changesets 144 obsoleted 1 changesets
143 $ cd .. 145 $ cd ..
144 146
145 client only pulls down 1 changeset 147 client only pulls down 1 changeset
146 148