##// END OF EJS Templates
mpatch: unify mpatchError (issue5182)...
mpatch: unify mpatchError (issue5182) The pure version was mpatch was throwing struct.error or ValueError for errors, whereas the C version was throwing an "mpatch.mpatchError". Introducing an mpatch.mpatchError into pure and using it consistently is fairly easy, but the actual form for it is mercurial.mpatch.mpatchError, so with this commit, we change the C implementation to match the naming convention too.

File last commit:

r16438:28a90cdf default
r28782:f736f98e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer