changeset 3945:2ed46b6fc9fa

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Wed, 20 Dec 2006 12:05:12 -0800
parents 8eccfce0ab5e (current diff) 20f1c8440c53 (diff)
children eb8ae9bfd5e2
files
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/purge/purge.py	Tue Dec 19 17:14:45 2006 -0800
+++ b/contrib/purge/purge.py	Wed Dec 20 12:05:12 2006 -0800
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
 #
 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
--- a/contrib/sample.hgrc	Tue Dec 19 17:14:45 2006 -0800
+++ b/contrib/sample.hgrc	Wed Dec 20 12:05:12 2006 -0800
@@ -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 =