Mercurial > public > mercurial-scm > hg-stable
diff hgext/win32text.py @ 8936:1de6e7e1bb9f
change wiki/bts URLs to point to new hostname
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 24 Jun 2009 15:32:37 +0200 |
parents | 868670dbc237 |
children | 9cdb6964c3a3 |
line wrap: on
line diff
--- 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'