Submitter | phabricator |
---|---|
Date | April 5, 2019, 11:57 a.m. |
Message ID | <f3857d73c728e356baba52b9a7596e0c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39496/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -796,7 +796,7 @@ # This logic is duplicated in doc/Makefile. sources = {f for f in os.listdir('mercurial/help') - if re.search('[0-9]\.txt$', f)} + if re.search(r'[0-9]\.txt$', f)} # common.txt is a one-off. gentxt('common')