mercurial/win32.py
changeset 17428 72803c8edaa4
parent 17051 c5ed575f3137
child 18175 fd3f8b87b682
--- a/mercurial/win32.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/mercurial/win32.py	Mon Aug 27 23:14:27 2012 +0200
@@ -328,7 +328,7 @@
     env += '\0'
 
     args = subprocess.list2cmdline(args)
-    # Not running the command in shell mode makes python26 hang when
+    # Not running the command in shell mode makes Python 2.6 hang when
     # writing to hgweb output socket.
     comspec = os.environ.get("COMSPEC", "cmd.exe")
     args = comspec + " /c " + args