Mercurial > hg-stable
changeset 12064:6449be7b8a3b
patchbomb: remove unneeded line continuation
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 25 Aug 2010 23:26:18 +0100 |
parents | 516b000fbb7e |
children | a8b1cb0b0ddb |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Fri Aug 27 13:32:40 2010 -0400 +++ b/hgext/patchbomb.py Wed Aug 25 23:26:18 2010 +0100 @@ -400,8 +400,7 @@ return mail.addrlistencode(ui, addrs, _charsets, opts.get('test')) - addrs = (ui.config('email', opt) or - ui.config('patchbomb', opt) or '') + addrs = ui.config('email', opt) or ui.config('patchbomb', opt) or '' if not addrs and prpt: addrs = prompt(ui, prpt, default)