# HG changeset patch # User Thomas Arendsen Hein # Date 2006-12-19 14:46:02 # Node ID 20f1c8440c53d7cbd98a7a440c6acf66412615a4 # Parent 05c703c281ff96bc26eb43c9f2296c9e0653667c sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib. diff --git a/contrib/sample.hgrc b/contrib/sample.hgrc --- a/contrib/sample.hgrc +++ b/contrib/sample.hgrc @@ -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 =