##// END OF EJS Templates
patchbomb: mark ancient option deprecated...
Matt Mackall -
r25825:577b050c default
parent child Browse files
Show More
@@ -514,6 +514,7 b' def patchbomb(ui, repo, *revs, **opts):'
514 def genmsgid(id):
514 def genmsgid(id):
515 return '<%s.%s@%s>' % (id[:20], int(start_time[0]), socket.getfqdn())
515 return '<%s.%s@%s>' % (id[:20], int(start_time[0]), socket.getfqdn())
516
516
517 # deprecated config: patchbomb.from
517 sender = (opts.get('from') or ui.config('email', 'from') or
518 sender = (opts.get('from') or ui.config('email', 'from') or
518 ui.config('patchbomb', 'from') or
519 ui.config('patchbomb', 'from') or
519 prompt(ui, 'From', ui.username()))
520 prompt(ui, 'From', ui.username()))
General Comments 0
You need to be logged in to leave comments. Login now