comparison hgext/win32text.py @ 10132:ebf69364e80f stable

win32text: do not mention hgext in warning
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 20:31:35 +0100
parents 703db37d186b
children 25e572394f5c
comparison
equal deleted inserted replaced
10124:08384d8777a4 10132:ebf69364e80f
135 'pretxncommit.%s = python:hgext.win32text.forbid%s\n' 135 'pretxncommit.%s = python:hgext.win32text.forbid%s\n'
136 '\n' 136 '\n'
137 'and also consider adding:\n' 137 'and also consider adding:\n'
138 '\n' 138 '\n'
139 '[extensions]\n' 139 '[extensions]\n'
140 'hgext.win32text =\n' 140 'win32text =\n'
141 '[encode]\n' 141 '[encode]\n'
142 '** = %sencode:\n' 142 '** = %sencode:\n'
143 '[decode]\n' 143 '[decode]\n'
144 '** = %sdecode:\n') % (crlf, crlf, filter, filter)) 144 '** = %sdecode:\n') % (crlf, crlf, filter, filter))
145 return halt 145 return halt