sapling/hgext/largefiles
FUJIWARA Katsunori 01d8b27701 i18n: fix "% inside _()" problems
Before this patch, "contrib/check-code.py" can't detect these
problems, because the regexp pattern to detect "% inside _()" doesn't
suppose the case that the format string and "%" aren't placed in the
same line.

This patch replaces "\s" in that regexp pattern with "[ \t\n]" to
detect "% inside _()" problems in such case.

"[\s\n]" can't be used in this purpose, because "\s" is automatically
replaced with "[ \t]" by "_preparepats()" and "\s" in "[]" causes
nested "[]" unexpectedly.
2014-04-01 02:46:03 +09:00
..
__init__.py hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) 2014-03-29 01:20:07 +09:00
basestore.py largefiles: hide passwords in URLs in ui messages 2013-10-17 16:13:15 +08:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py i18n: fix "% inside _()" problems 2014-04-01 02:46:03 +09:00
lfutil.py largefiles: use repo.wwrite for writing standins (issue3909) 2013-04-27 00:41:42 +02:00
localstore.py largefiles: 'put' should store 'source' file in under 'hash', also in localstore 2013-04-15 23:34:36 +02:00
overrides.py largefiles: stylistic cleanup of filemerge 2013-11-16 15:54:41 -05:00
proto.py largefiles: don't add extra \n when displaying remote messages in putlfile 2013-10-24 01:49:56 +08:00
remotestore.py largefiles: add missing \n in ui.warn messages 2013-10-21 11:22:54 +08:00
reposetup.py hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) 2014-03-29 01:20:07 +09:00
uisetup.py largefiles: setup "largefiles" feature in each repositories individually 2013-09-21 21:33:29 +09:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00