mercurial/changegroup.py
changeset 26272 59c410db8c68
parent 26271 a0eff7ebc2ae
child 26392 127b59787fd5
--- a/mercurial/changegroup.py	Fri Sep 11 17:06:56 2015 -0700
+++ b/mercurial/changegroup.py	Fri Sep 18 21:32:43 2015 +0900
@@ -80,7 +80,7 @@
     return result
 
 bundletypes = {
-    "": ("", 'None'),     # only when using unbundle on ssh and old http servers
+    "": ("", None),       # only when using unbundle on ssh and old http servers
                           # since the unification ssh accepts a header but there
                           # is no capability signaling it.
     "HG20": (), # special-cased below