# HG changeset patch # User Brendan Cully # Date 1166645112 28800 # Node ID 2ed46b6fc9faeb7435b73f9957f40ef09eebac60 # Parent 8eccfce0ab5e200d64ebe4c4229a0a4a62adf9c0# Parent 20f1c8440c53d7cbd98a7a440c6acf66412615a4 Merge with crew-stable diff --git a/contrib/purge/purge.py b/contrib/purge/purge.py --- a/contrib/purge/purge.py +++ b/contrib/purge/purge.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (C) 2006 - Marco Barisione # # This is a small extension for Mercurial (http://www.selenic.com/mercurial) 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 =