[Python-checkins] hooks: Always display cpython

local-hg python-checkins at python.org
Sat Mar 12 00:12:55 CET 2011


http://hg.python.org/hooks/rev/0a9ae9bf0278
changeset:   61:0a9ae9bf0278
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Mar 12 00:12:55 2011 +0100
summary:
  Always display cpython

files:
  mail.py

diff --git a/mail.py b/mail.py
--- a/mail.py
+++ b/mail.py
@@ -70,9 +70,7 @@
         print 'no email address configured'
         return False
 
-    prefixes = []
-    if path != 'cpython':
-        prefixes.append(path)
+    prefixes = [path]
 
     if len(parents) == 2:
         b1, b2, b = parents[0].branch(), parents[1].branch(), ctx.branch()

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


More information about the Python-checkins mailing list