Show More
@@ -141,7 +141,7 b' i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n' | |||||
141 | # xgettext "parse" and ignore them. |
|
141 | # xgettext "parse" and ignore them. | |
142 | echo $(PYFILES) | xargs \ |
|
142 | echo $(PYFILES) | xargs \ | |
143 | xgettext --package-name "Mercurial" \ |
|
143 | xgettext --package-name "Mercurial" \ | |
144 |
--msgid-bugs-address "<mercurial-devel@ |
|
144 | --msgid-bugs-address "<mercurial-devel@mercurial-scm.org>" \ | |
145 | --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ |
|
145 | --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \ | |
146 | --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ |
|
146 | --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \ | |
147 | -d hg -p i18n -o hg.pot.tmp |
|
147 | -d hg -p i18n -o hg.pot.tmp |
@@ -454,6 +454,8 b' allfilespats = [' | |||||
454 | 'use mercurial-scm.org domain URL'), |
|
454 | 'use mercurial-scm.org domain URL'), | |
455 | (r'mercurial@selenic\.com', |
|
455 | (r'mercurial@selenic\.com', | |
456 | 'use mercurial-scm.org domain for mercurial ML address'), |
|
456 | 'use mercurial-scm.org domain for mercurial ML address'), | |
|
457 | (r'mercurial-devel@selenic\.com', | |||
|
458 | 'use mercurial-scm.org domain for mercurial-devel ML address'), | |||
457 | ], |
|
459 | ], | |
458 | # warnings |
|
460 | # warnings | |
459 | [], |
|
461 | [], |
General Comments 0
You need to be logged in to leave comments.
Login now