<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yes. I accidently pushed the #define foo 1 line, you can remove that one line, sorry about that. I may have removed it in a later push.<br>

</blockquote><div><br></div><div>If you have, then you haven't pushed it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Why did I add that horrible #if defined() stuff? So I could run tests with MatMatMultSym() on your matrices without running the more memory using and time consuming part of the example. I am determined to beat Hong's best on the symbolic part :-)<br>

</blockquote><div><br></div><div>Gentleman, shall we place bets now?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Better to ask someone who knows how to do all that stuff then just me.</blockquote>

<div><br></div><div>Since you both use macs, I'll suggest the GUI way to do it. For this example, I'm using Source Tree. It's free from the App Store:</div><div><br></div><div><a href="http://www.sourcetreeapp.com/">http://www.sourcetreeapp.com/</a></div>

<div><br></div><div>You'll first pull the latest revisions then search for gamg (seen in the first link). Then select Actions -> Log Selected ... Below is a screenshot of what you should see:</div><div><br></div><div>

<a href="http://imgur.com/J2HTh">http://imgur.com/J2HTh</a></div><div><br></div><div>After this, you will see a nice history with all the diffs:</div><div><br></div><div><a href="http://imgur.com/QT2s3">http://imgur.com/QT2s3</a></div>

<div><br></div><div>Where you can clearly see what Barry added. I still prefer the command line, since that is where I live most of the time. On the command line it is much easier:</div><div><br></div><div>$ hg log -vp src/ksp/pc/impls/gamg/gamg.c</div>

<div><br></div><div>And you will see this (colors not included):</div><div><br></div><div><a href="http://imgur.com/RTxOQ">http://imgur.com/RTxOQ</a></div><div><br></div><div>I don't recommend 'hg annotate' mainly because it is impossible to read without a good interface (which I've yet to see a good implementation).</div>

</div>