# HG changeset patch # User Martin Geisler # Date 1248567270 -7200 # Node ID 3d9f77c0310580e16930a88284dc7719e246b638 # Parent 1f0085918c29b12902d8c2202aab83908ea2dc19 Makefile: remove non-default wrapping of hg.pot strings diff -r 1f0085918c29 -r 3d9f77c03105 Makefile --- a/Makefile Sun Jul 26 02:12:53 2009 +0200 +++ b/Makefile Sun Jul 26 02:14:30 2009 +0200 @@ -89,7 +89,7 @@ # Extracting with an explicit encoding of ISO-8859-1 will make # xgettext "parse" and ignore them. echo $^ | xargs \ - xgettext --width 82 --package-name "Mercurial" \ + xgettext --package-name "Mercurial" \ --msgid-bugs-address "" \ --copyright-holder "Matt Mackall and others" \ --from-code ISO-8859-1 --join --sort-by-file \