Mercurial > hg
diff contrib/python3-whitelist @ 39035:cecb05c371f7
patchbomb: don't unintentionally duplicate headers
This dict-like of headers is only mostly dict-like: if you set a key
that already exists, you it appends another value, rather than
replacing the one that was already present.
This fixes test-patchbomb-bookmark.t on Python 3.
Differential Revision: https://phab.mercurial-scm.org/D4229
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 09 Aug 2018 19:39:33 -0400 |
parents | 78f1899e4202 |
children | f76c1343859d |
line wrap: on
line diff
--- a/contrib/python3-whitelist Thu Aug 09 19:37:57 2018 -0400 +++ b/contrib/python3-whitelist Thu Aug 09 19:39:33 2018 -0400 @@ -363,6 +363,7 @@ test-parseindex2.py test-patch-offset.t test-patch.t +test-patchbomb-bookmark.t test-patchbomb-tls.t test-pathconflicts-merge.t test-pathconflicts-update.t