changeset 20143:216d3d85372b stable

contrib: promote strip extension over MQ in sample.hgrc
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 17:14:44 +0100
parents 14e283c99908
children 3dcc6708231c
files contrib/sample.hgrc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/sample.hgrc	Fri Nov 22 17:12:43 2013 +0100
+++ b/contrib/sample.hgrc	Fri Nov 22 17:14:44 2013 +0100
@@ -53,10 +53,10 @@
 
 # hgext.hgk =
 
-### mq - Mercurial patch queues
-### hg help mq
+### strip - Remove changesets and their descendents from history
+### hg help strip
 
-# hgext.mq =
+# hgext.strip =
 
 ### notify - Template driven e-mail notifications
 ### hg help notify