changeset 25829:38cf0908bf98

win32text: mark deprecated extension option deprecated
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:42:45 -0500
parents 5ae4b128a291
children 5418dd5be8ac
files hgext/win32text.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"))