changeset 29341 | 0d83ad967bf8 |
parent 28883 | 032c4c2f802a |
child 29455 | 0c741fd6158a |
--- a/mercurial/keepalive.py Fri Jun 10 00:25:07 2016 -0400 +++ b/mercurial/keepalive.py Fri Jun 10 00:12:33 2016 -0400 @@ -110,6 +110,7 @@ from __future__ import absolute_import, print_function import errno +import hashlib import httplib import socket import sys @@ -624,8 +625,7 @@ keepalive_handler.close_all() def continuity(url): - from . import util - md5 = util.md5 + md5 = hashlib.md5 format = '%25s: %s' # first fetch the file with the normal http handler