diff -r a0eff7ebc2ae -r 59c410db8c68 mercurial/changegroup.py --- 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