Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/mpatch.c Wed Jan 26 12:35:02 2011 +0100 +++ b/mercurial/mpatch.c Thu Jan 27 11:15:08 2011 +0100 @@ -468,8 +468,3 @@ mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL); } #endif - -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */