changeset 30:c564bbfa43dc

Update hg repo URL
author mr
date Tue, 06 Mar 2018 09:18:31 -0800
parents a789f1e84919
children 2fa563ce0499
files tests/hgext-test.gmk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/hgext-test.gmk	Thu Jun 08 13:31:23 2017 -0700
+++ b/tests/hgext-test.gmk	Tue Mar 06 09:18:31 2018 -0800
@@ -1,5 +1,5 @@
 # 
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
@@ -56,7 +56,7 @@
 
 HG		?= hg
 
-HG_URL		?= http://selenic.com/repo/hg
+HG_URL		?= http://www.mercurial-scm.org/repo/hg
 # Working clone of ${HG_URL} (modified when running tests).
 HG_REPO		?= $(shell pwd)/hg-repo