Mercurial > hg > mercurial-source
diff tests/test-push-checkheads-pruned-B3.t @ 34325:b11e8c67fb0f
debugobsolete: also report the number of obsoleted changesets
This seems useful to have the number of obsoleted changesets when calling
debugobsolete.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 16 Jul 2017 02:33:14 +0200 |
parents | 53b3a1968aa6 |
children | eb586ed5d8ce |
line wrap: on
line diff
--- a/tests/test-push-checkheads-pruned-B3.t +++ b/tests/test-push-checkheads-pruned-B3.t @@ -59,7 +59,9 @@ $ mkcommit B1 created new head $ hg debugobsolete --record-parents `getid "desc(A0)"` + obsoleted 1 changesets $ hg debugobsolete `getid "desc(B0)" ` `getid "desc(B1)"` + obsoleted 1 changesets $ hg log -G --hidden @ 25c56d33e4c4 (draft): B1 |