From: W. Trevor King Date: Mon, 28 Nov 2011 21:33:34 +0000 (-0500) Subject: Add Mercurial's churn plugin, and use ' =' instead of '='. X-Git-Tag: v0.3~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6af4974da1e35b5594af637810c4bb0f403377d2;p=dotfiles-framework.git Add Mercurial's churn plugin, and use ' =' instead of '='. --- diff --git a/src/.hgrc b/src/.hgrc index c31003f..e57b39d 100644 --- a/src/.hgrc +++ b/src/.hgrc @@ -3,9 +3,10 @@ username = W. Trevor King [extensions] -hgext.convert= -hgext.graphlog= -hgext.purge= -mq= -rebase= -transplant= +hgext.churn = +hgext.convert = +hgext.graphlog = +hgext.purge = +mq = +rebase = +transplant =