Mercurial > hg
diff README @ 32271:6096d27dc119
chgserver: more explicit about sensitive environ variables
Environment variables like HGUSER, HGEDITOR, HGEDITFROM should not trigger
a new chgserver. This patch uses a whitelist for environ variables starting
with "HG" to reduce the number of servers.
I have went through `grep -o "[\"']HG[A-Z_0-9]*['\"]" -hR . | sort -u` so
the list should be up-to-date.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 10 May 2017 11:55:22 -0700 |
parents | 4b0fc75f9403 |
children | 76b171209151 |