hgext/win32text.py
changeset 8936 1de6e7e1bb9f
parent 8894 868670dbc237
child 9217 9cdb6964c3a3
--- a/hgext/win32text.py	Wed Jun 24 13:42:34 2009 +0200
+++ b/hgext/win32text.py	Wed Jun 24 15:32:37 2009 +0200
@@ -48,7 +48,7 @@
     # warn if already has 'newline' in repository.
     # it might cause unexpected eol conversion.
     # see issue 302:
-    #   http://www.selenic.com/mercurial/bts/issue302
+    #   http://mercurial.selenic.com/bts/issue302
     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'