Show More
@@ -796,7 +796,7 class hgbuilddoc(Command): | |||||
796 |
|
796 | |||
797 | # This logic is duplicated in doc/Makefile. |
|
797 | # This logic is duplicated in doc/Makefile. | |
798 | sources = {f for f in os.listdir('mercurial/help') |
|
798 | sources = {f for f in os.listdir('mercurial/help') | |
799 | if re.search('[0-9]\.txt$', f)} |
|
799 | if re.search(r'[0-9]\.txt$', f)} | |
800 |
|
800 | |||
801 | # common.txt is a one-off. |
|
801 | # common.txt is a one-off. | |
802 | gentxt('common') |
|
802 | gentxt('common') |
General Comments 0
You need to be logged in to leave comments.
Login now