Submitter | phabricator |
---|---|
Date | Oct. 6, 2019, 9:47 p.m. |
Message ID | <2e06a3fbe6bd42985cc1dcb0bf424a7f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42055/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/import-checker.py b/contrib/import-checker.py --- a/contrib/import-checker.py +++ b/contrib/import-checker.py @@ -30,6 +30,7 @@ 'mercurial.i18n', 'mercurial.interfaces', 'mercurial.node', + 'mercurial.pycompat', # for revlog to re-export constant to extensions 'mercurial.revlogutils.constants', 'mercurial.revlogutils.flagutil',