Hi Everyone, When I run: hg log -f -r : foo.cpp on my repository I get some kind of error: hg: parse error at 1: not a prefix: end Further if I try to use -r 0:tip or -r tip:0 instead of default the revision history does not reverse. Anyone else having trouble with this? -r seems to work as normal if I don't specify -f (--follow). Thanks, Robert Eby