[Python-checkins] hooks: Re-enable stage setting.

ezio.melotti python-checkins at python.org
Sun Mar 13 16:09:26 CET 2011


http://hg.python.org/hooks/rev/2bc7444f2c04
changeset:   63:2bc7444f2c04
user:        Ezio Melotti
date:        Sun Mar 13 17:09:19 2011 +0200
summary:
  Re-enable stage setting.

files:
  hgroundup.py

diff --git a/hgroundup.py b/hgroundup.py
--- a/hgroundup.py
+++ b/hgroundup.py
@@ -120,7 +120,7 @@
         issues[key]['properties'].update({
             'status': 'closed',
             'resolution': 'fixed',
-            #'stage': 'committed/rejected',
+            'stage': 'committed/rejected',
         })
 
 def send_comments(mailrelay, fromaddr, toaddr, issues):

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


More information about the Python-checkins mailing list