Mercurial > public > mercurial-scm > hg
diff tests/test-doctest.py @ 38638:740f7d447222
revlog: add a doctest to _trimchunk
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 10 Jul 2018 10:04:44 +0200 |
parents | ded5ea279a93 |
children | a3183ca7ce8f |
line wrap: on
line diff
--- a/tests/test-doctest.py Tue Jul 10 10:04:31 2018 +0200 +++ b/tests/test-doctest.py Tue Jul 10 10:04:44 2018 +0200 @@ -60,6 +60,7 @@ testmod('mercurial.pathutil') testmod('mercurial.parser') testmod('mercurial.pycompat') +testmod('mercurial.revlog') testmod('mercurial.revsetlang') testmod('mercurial.smartset') testmod('mercurial.store')