comparison contrib/hg-ssh @ 9948:e5b44a7986d0

mail: add parseaddrlist() function for parsing many addresses at once Adds a new function addrlistencode() to mercurial.mail, like addressencode(), but accepts a list of addresses as input, and returns a list of formatted addresses. This will be used by patchbomb. The difference is that each element in the input list can contain multiple addresses (comma separated or otherwise), and are split using Python's email.Utils.getaddresses().
author Marti Raudsepp <marti@juffo.org>
date Thu, 26 Nov 2009 10:47:39 +0200
parents eee2319c5895
children 25e572394f5c
comparison
equal deleted inserted replaced
9947:4600e6222efb 9948:e5b44a7986d0