hgext/win32text.py
changeset 26420 2fc86d92c4a9
parent 25829 38cf0908bf98
child 26421 4b0fc75f9403
--- a/hgext/win32text.py	Sat Sep 26 12:17:44 2015 +0900
+++ b/hgext/win32text.py	Wed Sep 30 15:31:07 2015 -0500
@@ -62,7 +62,7 @@
     # warn if already has 'newline' in repository.
     # it might cause unexpected eol conversion.
     # see issue 302:
-    #   http://mercurial.selenic.com/bts/issue302
+    #   https://bz.mercurial-scm.org/302
     if newline in s and ui and filename and repo:
         ui.warn(_('WARNING: %s already has %s line endings\n'
                   'and does not need EOL conversion by the win32text plugin.\n'