On 06/24/2015 12:11 PM, Ike Casteleyn wrote: > Hi Matt, > > hg log -r "::3.1.4 - ::1.1.5" > > Simple and works like a charm. > Thanks for the explanation too. > > Best regards, > Ike You can also achieve the same result with hg log -Gr 'only("3.1.4", "1.1.5")' -- Pierre-Yves David