hg log -fr no longer uses intersection logic?

Bob Eby ebyrob at gmail.com
Fri Aug 7 14:00:14 UTC 2015


3.3 version:

hg log -f -r 1000:tip foo.cpp

3.5 version:

hg log -r "follow('foo.cpp') and tip:1000"

in 3.5 version: the 3.3 version doesn't work at all, -f makes -r get
ignored (apparently).

Thanks,
Robert



More information about the Mercurial mailing list