diff tests/test-largefiles-misc.t @ 26421:4b0fc75f9403

urls: bulk-change primary website URLs
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Sep 2015 15:43:49 -0500
parents fe03f522dda9
children ef5bab63af85
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t	Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-largefiles-misc.t	Wed Sep 30 15:43:49 2015 -0500
@@ -934,7 +934,7 @@
   $TESTTMP/individualenabling/enabledlocally (glob)
   $ hg -R notenabledlocally root
   abort: repository requires features unknown to this Mercurial: largefiles!
-  (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+  (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   [255]
 
   $ hg init push-dst
@@ -951,7 +951,7 @@
 
   $ hg clone enabledlocally clone-dst
   abort: repository requires features unknown to this Mercurial: largefiles!
-  (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+  (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   [255]
   $ test -d clone-dst
   [1]