<br><br><div><span class="gmail_quote">On 4/19/07, <b class="gmail_sendername">Aaron Bentley</b> &lt;<a href="mailto:aaron.bentley@utoronto.ca">aaron.bentley@utoronto.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It also introduces WorkingTree.canonicalpath, which is<br>untested.&nbsp;&nbsp;Its docstring is faulty (should be &#39;normalize&#39;), and its<br>purpose is unclear.&nbsp;&nbsp;</blockquote><div><br>I can change the doc string to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&quot;Normalize filename
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Returns the filename relative to the working tree base,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resolving pathelements like &#39;.&#39;, &#39;..&#39;, and removing trailing slashes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for directories.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&quot; 
<br></div>and add explicit tests&nbsp; (it is tested but implicitly)<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is it supposed to resolve symlinks, for example?
</blockquote><div><br>no <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What about hard links?</blockquote><div><br>no, <br>is this needed?
<br></div></div><br><br>regards<br>marius<br><br>-- <br><br>I don&#39;t trust a Revision Control System with less than 5900 unit tests.