diff -r 5900bc09e684 -r 8dd17b19e722 tests/test-doctest.py --- a/tests/test-doctest.py Thu May 08 19:03:00 2014 +0900 +++ b/tests/test-doctest.py Thu May 08 19:03:00 2014 +0900 @@ -19,6 +19,7 @@ testmod('mercurial.hgweb.hgwebdir_mod') testmod('mercurial.match') testmod('mercurial.minirst') +testmod('mercurial.pathutil') testmod('mercurial.revset') testmod('mercurial.store') testmod('mercurial.subrepo')