How to find enclosing tags for a changeset

Mads Kiilerich mads at kiilerich.com
Mon Feb 6 15:29:31 UTC 2012


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



More information about the Mercurial mailing list