##// END OF EJS Templates
More verbose logging when filemerge searches for merge-tool...
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.

File last commit:

r6436:856ae126 default
r7397:4c92d897 default
Show More
notfound.tmpl
12 lines | 232 B | application/x-cheetah | CheetahLexer
{header}
<title>Mercurial repository not found</title>
</head>
<body>
<h2>Mercurial repository not found</h2>
The specified repository "{repo|escape}" is unknown, sorry.
Please go back to the main repository list page.
{footer}