How to find enclosing tags for a changeset

Alexander Sauta demosito at gmail.com
Mon Feb 6 09:35:09 CST 2012


hg tags | grep <revision>
but this is almost sure not what you want


--
Alexander Sauta



2012/2/6 Mads Kiilerich <mads at kiilerich.com>:
> 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
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial


More information about the Mercurial-devel mailing list