Show More
@@ -796,7 +796,7 b' class hgbuilddoc(Command):' | |||
|
796 | 796 | |
|
797 | 797 | # This logic is duplicated in doc/Makefile. |
|
798 | 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 | 801 | # common.txt is a one-off. |
|
802 | 802 | gentxt('common') |
General Comments 0
You need to be logged in to leave comments.
Login now