##// END OF EJS Templates
diff: improve detection of renames when diffing across many revisions
diff: improve detection of renames when diffing across many revisions

File last commit:

r3232:394ac87f default
r3693:454b3a8c 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)