##// END OF EJS Templates
parents: make it match the doc when called on a file...
parents: make it match the doc when called on a file parents used to return the parent revision of the last revision updating selected file, instead of the updating revision itself.

File last commit:

r5066:167c422c default
r5298:cba2a689 default
Show More
test-doctest.py
9 lines | 174 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)
import mercurial.httprepo
doctest.testmod(mercurial.httprepo)