Mercurial > public > mercurial-scm > hg
diff tests/test-obsolete.t @ 17829:c73f7a28953c
revset: add a bumped revset
Select bumped changesets.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Fri, 19 Oct 2012 00:39:06 +0200 |
parents | 0496d4f73cf4 |
children | 1cb51d65453d |
line wrap: on
line diff
--- a/tests/test-obsolete.t Fri Oct 19 00:36:18 2012 +0200 +++ b/tests/test-obsolete.t Fri Oct 19 00:39:06 2012 +0200 @@ -155,6 +155,22 @@ summary: add a +And that bumped changeset are detected +-------------------------------------- + +If we didn't filtered obsolete changesets out, 3 and 4 would show up too. Also +note that the bumped changeset (5:5601fb93a350) is not a direct successor of +the public changeset + + $ hg log --hidden -r 'bumped()' + changeset: 5:5601fb93a350 + tag: tip + parent: 1:7c3bad9141dc + user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: add new_3_c + + $ cd .. Exchange Test