##// END OF EJS Templates
Fixing doctest EXCLUDES in iptest on win32....
Fixing doctest EXCLUDES in iptest on win32. The regular expressions we were using on win32 were not matching. The trick is to construct the regular expression with double \\ like this:: re.compile('foo\\\\bar') Arggg!!

File last commit:

r1113:4f9f7767
r1980:e49dd853
Show More
.checkeol
2 lines | 10 B | text/plain | TextLexer
ldufrechou
Correct erroneous behaviour when doing:...
r1113 [LF]
Ville M. Vainio
Added .checkeol. The checker plugin available at http://bazaar.launchpad.net/~bialix/+junk/checkeol
r1039 *.py