hg log --follow <filename> not working as expected
Andrew Taumoefolau
zenbot at gmail.com
Tue Jan 19 11:26:33 UTC 2016
Hi Ludovic,
> The usual suspect for this kind of thing is your ~/.hgrc, which maybe
> defines some weird aliases or defaults, or includes a faulty extension.
This was exactly it — I had an alias for log that set an exclude. Removing that alias results in log doing what I expected.
If you try `hg log -f 3 --exclude anything`, does it result in the behaviour I observed? If so I may file a bug report as I don’t think this is intended behaviour.
Cheers,
Andrew
More information about the Mercurial
mailing list