##// END OF EJS Templates
patch: return list of modified files even when an exception is raised...
patch: return list of modified files even when an exception is raised The file list is passed in as an argument and updated in place. This fixes issue399.

File last commit:

r3232:394ac87f default
r3465:2d35a8d2 default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
Benoit Boissinot
[extendedchangelog] encode/decode function...
r3232 #!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)