My QCon Video is available here July 19, 2012July 19, 2012 by dan Leave a Comment http://www.infoq.com/presentations/Crazy-Fast-Build-Times-or-When-10-Seconds-Starts-to-Make-You-Nervous
Meld and Mercurial 3 way Merge is Mental July 19, 2012July 19, 2012 by dan Leave a Comment By default Meld’s 3 way merge combined with Mercurial merges into the left panel. To make it merge into the middle panel add the following to .hgrc file [merge-tools] meld.executable = meld meld.args = $local $base $other -o $output