manifest: fix _search() corner-case
It failed when searching the empty string in the null revision.
Improved error message for log --follow
Mads Kiilerich notes that the existing message was unclear
when a nonexistent file was supplied.
import: add similarity option (
issue295)
mq: recover more gracefully from interrupted qrefresh (
issue1216)
mq: gracefully abort qpush/qgoto to guarded patch (
issue1186)
More verbose logging when filemerge searches for merge-tool
Previously it was very hard to find out what was going on when the expected
merge tool wasn't used. This patch tries to improve that.
hg merge -v now shows which tools were searched for but not found.