Mercurial > hg
changeset 5817:a88b1b62fcdc
patchbomb: fix more line continuations (coding style)
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Fri, 04 Jan 2008 15:58:22 +0100 |
parents | 3bd22fd3b750 |
children | 77775ae8d5d9 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Fri Jan 04 18:22:39 2008 +0100 +++ b/hgext/patchbomb.py Fri Jan 04 15:58:22 2008 +0100 @@ -387,7 +387,7 @@ else: parent = m['Message-Id'] m['Date'] = util.datestr(date=start_time, - format="%a, %d %b %Y %H:%M:%S", timezone=True) + format="%a, %d %b %Y %H:%M:%S", timezone=True) start_time = (start_time[0] + 1, start_time[1]) m['From'] = sender @@ -415,7 +415,7 @@ ui.status('Writing ', m['Subject'], ' ...\n') fp = open(opts['mbox'], m.has_key('In-Reply-To') and 'ab+' or 'wb+') date = util.datestr(date=start_time, - format='%a %b %d %H:%M:%S %Y', timezone=False) + format='%a %b %d %H:%M:%S %Y', timezone=False) fp.write('From %s %s\n' % (sender_addr, date)) fp.write(m.as_string(0)) fp.write('\n\n')