##// END OF EJS Templates
Removed unused parameters/options of update command.
Removed unused parameters/options of update command.

File last commit:

r3232:394ac87f default
r3802:a0d0d24c default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
#!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)