<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-size:12.8px">As you see, warning messages generally start with lowercase letter, and hints<br></span><span style="font-size:12.8px">are surrounded by parens. So I suggest something like this:</span><span class="gmail-im" style="font-size:12.8px"><br></span><span class="gmail-im" style="font-size:12.8px">  unable to find 'a' for patching<br></span><span style="font-size:12.8px">  (use '--prefix .' to apply patch relative to the current directory)</span></blockquote><div><br></div><div>Right, I correct this in V2 </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-04 17:22 GMT+02:00 Yuya Nishihara <span dir="ltr"><<a href="mailto:yuya@tcha.org" target="_blank">yuya@tcha.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 02 Sep 2016 09:15:26 +0200, liscju wrote:<br>
> # HG changeset patch<br>
> # User liscju <<a href="mailto:piotr.listkiewicz@gmail.com">piotr.listkiewicz@gmail.com</a>><br>
> # Date 1472208500 -7200<br>
> #      Fri Aug 26 12:48:20 2016 +0200<br>
> # Node ID 48eb647e37e99a8c996420e3b99e8b<wbr>538cf08caa<br>
> # Parent  b1809f5d7630a3fff0fa715bbd30db<wbr>a0f07672a8<br>
> import: report directory-relative paths in error messages (issue5224)<br>
<br>
</span><span class="">> diff --git a/tests/test-import-bypass.t b/tests/test-import-bypass.t<br>
> --- a/tests/test-import-bypass.t<br>
> +++ b/tests/test-import-bypass.t<br>
> @@ -41,6 +41,7 @@ Test failure without --exact<br>
>    $ hg import --bypass ../test.diff<br>
>    applying ../test.diff<br>
>    unable to find 'a' for patching<br>
> +  Note that paths are relative to the root of repository, use --prefix option to change it<br>
>    abort: patch failed to apply<br>
<br>
</span>As you see, warning messages generally start with lowercase letter, and hints<br>
are surrounded by parens. So I suggest something like this:<br>
<span class=""><br>
  unable to find 'a' for patching<br>
</span>  (use '--prefix .' to apply patch relative to the current directory)<br>
</blockquote></div><br></div>