##// 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:

r736:d53b34f4
r1980:e49dd853
Show More
.hgignore
18 lines | 161 B | text/plain | TextLexer
syntax: glob
*~
*.tmp
*.pyc
*.bak
*.tgz
*.org
*.rej
.svn/
.bzr/
.settings/
.project
*.diff
IPython_crash_report.txt
syntax: regexp
.*\#.*\#$