changeset 33816:1775f93da25c

largefiles: fix help text to avoid warning at "make update-pot" This change helps hggettext to find out help text in original source, because it assumes that backslash ('\') is doubled in docstring.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Wed, 02 Aug 2017 01:15:07 +0900
parents 97ee669f1f6d
children 726dd73df3b9
files hgext/largefiles/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/largefiles/__init__.py	Wed Aug 02 01:03:20 2017 +0900
+++ b/hgext/largefiles/__init__.py	Wed Aug 02 01:15:07 2017 +0900
@@ -91,7 +91,7 @@
   [largefiles]
   patterns =
     *.jpg
-    re:.*\.(png|bmp)$
+    re:.*\\.(png|bmp)$
     library.zip
     content/audio/*