[PATCH RESEND] histedit: select the lowest rev when looking for a root in a revset

Siddharth Agarwal sid0 at fb.com
Mon Mar 17 19:13:55 CDT 2014


On 03/17/2014 10:10 AM, David Soria Parra wrote:
> +            root = 'min(%s)' % revs[0]
>               root = scmutil.revsingle(repo, root).node()

Can you actually interpolate revs[0] like that?


More information about the Mercurial-devel mailing list