[PATCH RESEND] histedit: select the lowest rev when looking for a root in a revset
Siddharth Agarwal
sid0 at fb.com
Tue Mar 18 00:13:55 UTC 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