##// END OF EJS Templates
util._matcher: use "." as the root of empty {rel,}path patterns...
util._matcher: use "." as the root of empty {rel,}path patterns Should fix issue332. Really.

File last commit:

r4122:306055f5 default
r4233:03a665f9 default
Show More
test-doctest.py
7 lines | 112 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)