Mercurial > public > mercurial-scm > hg
comparison mercurial/diffhelpers.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 | 9e40bc4c1bde |
comparison
equal
deleted
inserted
replaced
13301:4b07578967e6 | 13302:a4e0908ce35b |
---|---|
186 diffhelpers_Error = PyErr_NewException("diffhelpers.diffhelpersError", | 186 diffhelpers_Error = PyErr_NewException("diffhelpers.diffhelpersError", |
187 NULL, NULL); | 187 NULL, NULL); |
188 } | 188 } |
189 #endif | 189 #endif |
190 | 190 |
191 /* Local Variables: */ | |
192 /* c-file-style: "linux" */ | |
193 /* indent-tabs-mode: t */ | |
194 /* End: */ |