[Python-checkins] release: More churn for my 3.4 tool.

larry.hastings python-checkins at python.org
Sat Feb 22 09:27:02 CET 2014


http://hg.python.org/release/rev/a32c27681900
changeset:   76:a32c27681900
user:        Larry Hastings <larry at hastings.org>
date:        Sat Feb 22 02:26:18 2014 -0600
summary:
  More churn for my 3.4 tool.

files:
  3.4/threefourtool.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/3.4/threefourtool.py b/3.4/threefourtool.py
--- a/3.4/threefourtool.py
+++ b/3.4/threefourtool.py
@@ -124,7 +124,7 @@
     current_directory = os.getcwd()
     try:
         os.chdir("/home/larry/src/python/3.4")
-        p = subprocess.Popen(["/usr/bin/hg", "log"], stdout=subprocess.PIPE)
+        p = subprocess.Popen(["/usr/bin/hg", "log", "-v"], stdout=subprocess.PIPE)
         # with open("/home/larry/src/python/logtxt", "rt", encoding="utf-8") as f:
             # output = f.read()
 

-- 
Repository URL: http://hg.python.org/release


More information about the Python-checkins mailing list