https://hg.python.org/peps/rev/2a717d45512c changeset: 5563:2a717d45512c user: Benjamin Peterson <benjamin at python.org> date: Mon Sep 29 23:55:52 2014 -0400 summary: use https files: Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -29,5 +29,4 @@ -rm *.html update: - hg pull --update http://hg.python.org/peps - + hg pull -u https://hg.python.org/peps -- Repository URL: https://hg.python.org/peps