[Python-checkins] hooks: Fix example configuration.

local python-checkins at python.org
Tue Mar 8 14:06:54 CET 2011


http://hg.python.org/hooks/rev/9504a92a80d3
changeset:   55:9504a92a80d3
user:        Georg Brandl <georg at python.org>
date:        Tue Mar 08 14:06:54 2011 +0100
summary:
  Fix example configuration.

files:
  hgroundup.py

diff --git a/hgroundup.py b/hgroundup.py
--- a/hgroundup.py
+++ b/hgroundup.py
@@ -21,7 +21,7 @@
     changegroup.roundup = python:hgroundup.update_issue
 
     [hgroundup]
-    repo = http://hg.python.org/cpython/
+    repo = http://hg.python.org/cpython/rev/
     toaddr = roundup-admin at example.com
     mailrelay = 127.0.0.1
 

-- 
Repository URL: http://hg.python.org/hooks


More information about the Python-checkins mailing list