[PATCH stable] i18n: extract docstrings from fileset module

Wagner Bruna wagner.bruna+mercurial at gmail.com
Mon Jun 20 17:12:13 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1308607721 10800
# Branch stable
# Node ID 198b9c1fcdb6755ec56514d810e502818020d6f8
# Parent  ecb84928322d2a6cb87907a4763501dc0482e829
i18n: extract docstrings from fileset module

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ update-pot: i18n/hg.pot
 
 i18n/hg.pot: $(PYFILES) $(DOCFILES)
 	$(PYTHON) i18n/hggettext mercurial/commands.py \
-	  hgext/*.py hgext/*/__init__.py mercurial/revset.py \
+	  hgext/*.py hgext/*/__init__.py mercurial/fileset.py mercurial/revset.py \
 	  $(DOCFILES) > i18n/hg.pot
         # All strings marked for translation in Mercurial contain
         # ASCII characters only. But some files contain string


More information about the Mercurial-devel mailing list