sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Dec 2006 15:46:02 +0100
changeset 3944 20f1c8440c53
parent 3943 05c703c281ff
child 3945 2ed46b6fc9fa
child 3983 c22251414b46
sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
contrib/sample.hgrc
--- a/contrib/sample.hgrc	Tue Dec 19 15:37:10 2006 +0100
+++ b/contrib/sample.hgrc	Tue Dec 19 15:46:02 2006 +0100
@@ -46,7 +46,7 @@
 ### hgk - GUI repository browser
 ### hg help view
 
-# hgk = /home/user/hg/hg/contrib/hgk.py
+# hgext.hgk =
 
 ### mq - Mercurial patch queues
 ### hg help mq
@@ -63,6 +63,11 @@
 
 # hgext.patchbomb =
 
+### churn - create a graph showing who changed the most lines
+### hg help churn
+
+# hgext.churn = /home/user/hg/hg/contrib/churn.py
+
 ### win32text - line ending conversion filters for the Windows platform
 
 # hgext.win32text =