[PATCH 13 of 13] Move back the purge extension in hgext

Emanuele Aina faina.mail at tiscali.it
Tue Feb 27 01:06:13 CST 2007


# HG changeset patch
# User Emanuele Aina <em at nerd.ocracy.org>
# Date 1172563536 -3600
# Node ID 6b1b73cbb9dd0b019d8222d209865b12d72fc454
# Parent  8bcfb4474bc392f2a993bd5a8d20bc8879661164
Move back the purge extension in hgext

diff --git a/contrib/purge/purge.py b/hgext/purge.py
rename from contrib/purge/purge.py
rename to hgext/purge.py
diff --git a/tests/test-purge b/tests/test-purge
--- a/tests/test-purge
+++ b/tests/test-purge
@@ -2,7 +2,7 @@
 
 cat <<EOF >> $HGRCPATH
 [extensions]
-purge=${TESTDIR}/../contrib/purge/purge.py
+hgext.purge=
 EOF
 
 echo % init


More information about the Mercurial-devel mailing list