Mercurial > hg
diff mercurial/subrepo.py @ 49317:709e5f7eec1f
windows: prevent bytes from being passed to registry APIs
There was a TortoiseHg bug report in this area[1], and from inspection, it looks
like passing `b""` as `valname` would fail to convert to unicode. The
underlying API allows both `""` and `NULL` to return the default value for the
key.
[1] https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5803
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 13 Jun 2022 11:06:33 -0400 |
parents | 642e31cb55f0 |
children | 093e5c274f54 |