Skip to content
Snippets Groups Projects
Commit 577b050c authored by Matt Mackall's avatar Matt Mackall
Browse files

patchbomb: mark ancient option deprecated

This just exists for backwards compatibility with the earliest
versions of patchbomb.
parent 8e77e833
No related branches found
No related tags found
No related merge requests found
......@@ -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()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment