hi,<br><br>I&#39;m very happy to see this,<br>I think it will be especially useful to windows users who cant just open a<br>a new terminal and run &quot;bzr diff |less&quot;<br>Even as a linux user, I&#39;d probably alias it into my commit.
<br>Let me know if you need any help.<br><br>One other use case I&#39;d like to see addressed in the future is:<br>if you are halfway through editing your commit message (while reading the diff),<br>you realize you made a trivial mistake somewhere like a typo or excessive white space..
<br>In this case I would like to be able to quit and resume it later.<br>In the olden days you could just keep the editor open make the changes, <br>and the commit picked it up fine, but lately you have to copy your current message, 
<br>CTRL+C the commit script, run commit again and paste it in the new editor..<br>Maybe commit can re-use the previous uncommitted message backup (bzr_log._uBiTA~)<br>or maybe just if we end our commit message with DON&#39;T COMMIT YET, it won&#39;t commit it, 
<br>and automatically reuse it next time.<br>I&#39;ll think about this a little more.<br><br>thanks again<br>marius<br><br><div><span class="gmail_quote">On 7/23/07, <b class="gmail_sendername">Goffredo Baroncelli</b> &lt;
<a href="mailto:kreijack@tiscalinet.it">kreijack@tiscalinet.it</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;">Hi All,<br>
<br>my last email didn&#39;t receive any complaint, so I think that my code goes in<br>the right direction.<br><br>I addressed most part of the raised concerns:<br>- the switch --diff was renamed in --show-diff. (John)<br>
- The code handles the (wrong) case where both --show-diff and -m or --file<br>were passed. (Jhon)<br>- The patch include the addendum to the tutorial. (James)<br>- The encoding of the diff (the most controversial feature) *IS REMOVED*. Now
<br>the diff content is wrote as 8-bit data on the file passed to the editor.<br>In any case the diff is not stored in the commit message. So the worst case is<br>that the diff in the editor is not clear.<br>The down side is the code complication. But I think that is an acceptable
<br>compromise. (Aaron)<br>- Added a test case (Aaron)<br></blockquote></div>...<br>