# HG changeset patch # User FUJIWARA Katsunori # Date 1501604107 -32400 # Node ID 1775f93da25c221c1746e367217482396ddc2ccb # Parent 97ee669f1f6d785395dd1174e825f9a5a30f8acf 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. diff -r 97ee669f1f6d -r 1775f93da25c hgext/largefiles/__init__.py --- 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/*