diff mercurial/pushkey.py @ 22505:232d437af120 stable

keepalive: fix how md5 is used The code in keepalive dates from when it was importing the md5 module directly and uses md5.new. Since then, what 'md5' means has been changed from an import of the md5 module to being a function using the right module between hashlib and md5, so the md5.new idiom doesn't work anymore.
author Mike Hommey <mh@glandium.org>
date Wed, 24 Sep 2014 15:52:40 +0900
parents 2f52a16f2bee
children b1d694d3975e
line wrap: on
line diff