mercurial/patch.py
changeset 26421 4b0fc75f9403
parent 25660 328739ea70c3
child 26547 b9be8ab6e628
--- a/mercurial/patch.py	Wed Sep 30 15:31:07 2015 -0500
+++ b/mercurial/patch.py	Wed Sep 30 15:43:49 2015 -0500
@@ -995,7 +995,7 @@
                     ui.write("\n")
                     continue
                 # Patch comment based on the Git one (based on comment at end of
-                # http://mercurial.selenic.com/wiki/RecordExtension)
+                # https://mercurial-scm.org/wiki/RecordExtension)
                 phelp = '---' + _("""
 To remove '-' lines, make them ' ' lines (context).
 To remove '+' lines, delete them.