On 02/06/2012 04:07 PM, anatoly techtonik wrote: > Hi, > > I have a regression in my project (SCons). I've identified faulty > changeset with bisect. Now I need to find out released versions (tags) > that contain this changeset. Is it possible to do this in Mercurial? hg log -r "117:: and tag()" (see 'hg help revsets') /Mads