[Python-checkins] hooks: Always display cpython (original) (raw)
local-hg python-checkins at python.org
Sat Mar 12 00:12:55 CET 2011
- Previous message: [Python-checkins] devguide: Mention mpatch in the committing guide as well
- Next message: [Python-checkins] devguide: p0 and p1 were swapped
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] devguide: Mention mpatch in the committing guide as well
- Next message: [Python-checkins] devguide: p0 and p1 were swapped
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]