comparison mercurial/mpatch.c @ 13302:a4e0908ce35b

backout of 613b8bd2284e Matt and a majority of crew did not like this approach.
author Martin Geisler <mg@aragost.com>
date Thu, 27 Jan 2011 11:15:08 +0100
parents 613b8bd2284e
children 2ef2d3a5cd2d
comparison
equal deleted inserted replaced
13301:4b07578967e6 13302:a4e0908ce35b
466 { 466 {
467 Py_InitModule3("mpatch", methods, mpatch_doc); 467 Py_InitModule3("mpatch", methods, mpatch_doc);
468 mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL); 468 mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL);
469 } 469 }
470 #endif 470 #endif
471
472 /* Local Variables: */
473 /* c-file-style: "linux" */
474 /* indent-tabs-mode: t */
475 /* End: */