[issue2360] "hg bisect --skip" should accept revsets

Jesse Ruderman bugs at mercurial.selenic.com
Fri Sep 3 00:36:01 UTC 2010


New submission from Jesse Ruderman <jruderman at gmail.com>:

$ hg bisect --skip "(1::4) - 4"
abort: unknown revision '(1::4) - 4'

$ hg bisect --skip "descendants(1) - descendants(4)"
abort: unknown revision 'descendants(1) - descendants(4)'!

In the Mozilla repository, we have several ranges of changesets that don't
compile at all (in some configurations).  I'd like to be able to --skip them
as a group.  For example, if rev 1 introduced bustage and rev 4 fixed it,
I'd like to be able to skip the changesets in between.

----------
messages: 13558
nosy: jruderman
priority: feature
status: unread
title: "hg bisect --skip" should accept revsets

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2360>
____________________________________________________


More information about the Mercurial-devel mailing list