[PATCH 0 of 2] add --log option to bisect
Bernhard Leiner
mailinglists.bleiner at gmail.com
Thu Nov 13 21:25:49 UTC 2008
2008/11/11 Matt Mackall <mpm at selenic.com>:
> On Tue, 2008-11-11 at 23:19 +0100, Bernhard Leiner wrote:
>> Well, this patch series introduces a pretty solution: an additional
>> '--log' (or -l) option for the bisect command.
>> ('log' because the equivalent git option is also called log)
>
> Interesting.
>
> It'd be nice if we had a way to actually view the candidate set with hg
> log. So I'm a bit hesitant to give up the --log option to this feature
> without having decided how we're going to do that.
View the set of the remaining candidates (together with an estimation
about the number of bisects still needed) would be a helpful
information too. Displaying both will probably result in a cluttered
output.
What do you think about a '--history' option instead for displaying
the 'development' of a bisect operation? (In this case we should also
ensure that the bisect.state stores the operation in the actual order)
--
Bernhard Leiner http://bernh.net
More information about the Mercurial-devel
mailing list