Submitter | phabricator |
---|---|
Date | May 3, 2022, 2:07 a.m. |
Message ID | <differential-rev-PHID-DREV-3bziyj4wu2th5f3dqeze-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50948/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/doc/gendoc.py b/doc/gendoc.py --- a/doc/gendoc.py +++ b/doc/gendoc.py @@ -21,7 +21,7 @@ # available. Relax C module requirements. os.environ['HGMODULEPOLICY'] = 'allow' # import from the live mercurial repo -sys.path.insert(0, "..") +sys.path.insert(0, os.path.abspath("..")) from mercurial import demandimport demandimport.enable()