diff hgext/win32text.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents c82056f2509f
children 7985a9e2ddce
line wrap: on
line diff
--- a/hgext/win32text.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/win32text.py	Tue May 15 14:37:49 2012 -0500
@@ -46,6 +46,8 @@
 from mercurial import util
 import re
 
+testedwith = 'internal'
+
 # regexp for single LF without CR preceding.
 re_single_lf = re.compile('(^|[^\r])\n', re.MULTILINE)