Execute "mtn log" with LANG=POSIX to avoid problems with localization

This is a replacemnt for older patch monotone-check-lang.patch

(This patch not needed, if use the other patch "mtn list certs":
monotone-log-replaced-by-list-certs2.patch this includes the same fix)

2007-06-04 Henry (at) Bigfoot.de

============================================================
--- tailor-20070604/vcpx/repository/monotone.py
+++ tailor-20070604/vcpx/repository/monotone.py
@@ -74,7 +74,7 @@
                                "--last", "1",
                                "--revision", revision)
             mtl = ExternalCommand(cwd=working_dir, command=cmd)
-            outstr = mtl.execute(stdout=PIPE, stderr=PIPE)
+            outstr = mtl.execute(stdout=PIPE, stderr=PIPE, LANG='POSIX')
             if mtl.exit_status:
                 self._supportsLogRevision = False
             else:
============================================================
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to