# HG changeset patch # User Matt Mackall # Date 1435271894 18000 # Node ID 577b050caadabd7fa03c3fabbda05732f98f8e7d # Parent 8e77e8338cae8c1e0255405eb16d888b80f51eaf patchbomb: mark ancient option deprecated This just exists for backwards compatibility with the earliest versions of patchbomb. diff -r 8e77e8338cae -r 577b050caada hgext/patchbomb.py --- a/hgext/patchbomb.py Thu Jun 25 17:37:35 2015 -0500 +++ b/hgext/patchbomb.py Thu Jun 25 17:38:14 2015 -0500 @@ -514,6 +514,7 @@ def genmsgid(id): return '<%s.%s@%s>' % (id[:20], int(start_time[0]), socket.getfqdn()) + # deprecated config: patchbomb.from sender = (opts.get('from') or ui.config('email', 'from') or ui.config('patchbomb', 'from') or prompt(ui, 'From', ui.username()))