diff hgext/win32text.py @ 26420:2fc86d92c4a9

urls: bulk-change BTS urls to new location
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Sep 2015 15:31:07 -0500
parents 38cf0908bf98
children 4b0fc75f9403
line wrap: on
line diff
--- 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'