log between branches including everything from in between branches

Pierre-Yves David pierre-yves.david at ens-lyon.org
Wed Jun 24 23:30:21 UTC 2015



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



More information about the Mercurial mailing list