diff -r 47fac1692ede -r 9f70512ae2cf doc/gendoc.py --- a/doc/gendoc.py Sun Nov 10 07:30:14 2019 -0800 +++ b/doc/gendoc.py Fri Nov 08 11:19:20 2019 -0800 @@ -20,7 +20,7 @@ # This script is executed during installs and may not have C extensions # available. Relax C module requirements. -os.environ[r'HGMODULEPOLICY'] = r'allow' +os.environ['HGMODULEPOLICY'] = 'allow' # import from the live mercurial repo sys.path.insert(0, "..") from mercurial import demandimport