How can I issue an &#39;hg incoming&#39; which correctly distinguishes between multiple files and a single file with spaces.<br><br>Ex:<br>hg incoming --template &#39;files: {files}\n&#39;<br><br>might spit out a line like this:<br>
files: blah blah2<br><br><br>Did a file named &quot;blah blah2&quot; change, or was it two separate files, &quot;blah&quot; and &quot;blah2&quot;.&nbsp; <br><br>I didn&#39;t see an option in the hg manual to solve this, so I&#39;m asking y&#39;all.<br>
<br>Thanks,<br>Brian<br>