From: W. Trevor King Date: Fri, 24 Oct 2014 20:41:05 +0000 (-0700) Subject: .hgrc: Enable the patchbomb extention X-Git-Url: http://git.tremily.us/?p=dotfiles-public.git;a=commitdiff_plain;h=26afe0eaed754fff3d4f0088d338ef4c180a4679 .hgrc: Enable the patchbomb extention This extension [1] is preferred by Nginx [2]. [1]: http://mercurial.selenic.com/wiki/PatchbombExtension [2]: http://nginx.org/en/docs/contributing_changes.html#submitting_changes --- diff --git a/src/.hgrc b/src/.hgrc index 9dea54a..56597ec 100644 --- a/src/.hgrc +++ b/src/.hgrc @@ -9,6 +9,7 @@ cacerts = /etc/ssl/certs/ca-certificates.crt hgext.churn = hgext.convert = hgext.graphlog = +hgext.patchbomb = hgext.purge = mq = rebase =