diff -r aea06029919e -r 0b8356705de6 tests/test-doctest.py --- a/tests/test-doctest.py Sun Feb 19 18:16:09 2017 +0900 +++ b/tests/test-doctest.py Sun Feb 19 18:19:33 2017 +0900 @@ -28,7 +28,7 @@ testmod('mercurial.patch') testmod('mercurial.pathutil') testmod('mercurial.parser') -testmod('mercurial.revset') +testmod('mercurial.revsetlang') testmod('mercurial.smartset') testmod('mercurial.store') testmod('mercurial.subrepo')