Submitter | phabricator |
---|---|
Date | Dec. 16, 2019, 4:13 a.m. |
Message ID | <differential-rev-PHID-DREV-w4c76osg2t3s5hmfmsni-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43845/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -2119,7 +2119,7 @@ try: - import re2 + import re2 # pytype: disable=import-error _re2 = None except ImportError: