Mercurial > public > mercurial-scm > hg-stable
diff hgext/win32text.py @ 25829:38cf0908bf98
win32text: mark deprecated extension option deprecated
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jun 2015 17:42:45 -0500 |
parents | 80c5b2666a96 |
children | 2fc86d92c4a9 |
line wrap: on
line diff
--- a/hgext/win32text.py Thu Jun 25 17:42:09 2015 -0500 +++ b/hgext/win32text.py Thu Jun 25 17:42:45 2015 -0500 @@ -171,6 +171,7 @@ repo.adddatafilter(name, fn) def extsetup(ui): + # deprecated config: win32text.warn if ui.configbool('win32text', 'warn', True): ui.warn(_("win32text is deprecated: " "http://mercurial.selenic.com/wiki/Win32TextExtension\n"))