[Python-checkins] hooks: committed/rejected is now called resolved

benjamin.peterson python-checkins at python.org
Thu Apr 24 21:54:45 CEST 2014


http://hg.python.org/hooks/rev/d4f26b92b1f3
changeset:   88:d4f26b92b1f3
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Apr 24 15:54:41 2014 -0400
summary:
  committed/rejected is now called resolved

files:
  hgroundup.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


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

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


More information about the Python-checkins mailing list