tests/test-identify.t
changeset 26421 4b0fc75f9403
parent 22046 7a9cbb315d84
child 33051 15a79ac823e8
--- a/tests/test-identify.t	Wed Sep 30 15:31:07 2015 -0500
+++ b/tests/test-identify.t	Wed Sep 30 15:43:49 2015 -0500
@@ -120,13 +120,13 @@
   $ echo fake >> .hg/requires
   $ hg id
   abort: repository requires features unknown to this Mercurial: fake!
-  (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+  (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   [255]
 
   $ cd ..
 #if no-outer-repo
   $ hg id test
   abort: repository requires features unknown to this Mercurial: fake!
-  (see http://mercurial.selenic.com/wiki/MissingRequirement for more information)
+  (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   [255]
 #endif