##// END OF EJS Templates
i18n: also strip '# #, fuzzy' from header comment - it might appear when verifying branches are in sync
Mads Kiilerich -
r8203:19735bc6 default
parent child Browse files
Show More
@@ -41,6 +41,9 b" header_comment_strip_re = re.compile(r''"
41 ^
41 ^
42 (?:[#] \n)?
42 (?:[#] \n)?
43 [#],[ ]fuzzy \n
43 [#],[ ]fuzzy \n
44 |
45 ^
46 [#][ ][#],[ ]fuzzy \n
44 ''',
47 ''',
45 re.MULTILINE|re.VERBOSE)
48 re.MULTILINE|re.VERBOSE)
46
49
General Comments 0
You need to be logged in to leave comments. Login now