Mercurial > hg-stable
changeset 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 | 4b07578967e6 |
children | 716ce1ea6fec |
files | contrib/hgsh/hgsh.c hgext/inotify/linux/_inotify.c mercurial/base85.c mercurial/bdiff.c mercurial/diffhelpers.c mercurial/mpatch.c mercurial/osutil.c mercurial/parsers.c mercurial/util.h |
diffstat | 9 files changed, 0 insertions(+), 41 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/hgsh/hgsh.c Wed Jan 26 12:35:02 2011 +0100 +++ b/contrib/hgsh/hgsh.c Thu Jan 27 11:15:08 2011 +0100 @@ -438,8 +438,3 @@ return 0; } - -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */
--- a/hgext/inotify/linux/_inotify.c Wed Jan 26 12:35:02 2011 +0100 +++ b/hgext/inotify/linux/_inotify.c Thu Jan 27 11:15:08 2011 +0100 @@ -647,8 +647,3 @@ define_consts(dict); } #endif - -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */
--- a/mercurial/base85.c Wed Jan 26 12:35:02 2011 +0100 +++ b/mercurial/base85.c Thu Jan 27 11:15:08 2011 +0100 @@ -178,8 +178,3 @@ b85prep(); } #endif - -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */
--- a/mercurial/bdiff.c Wed Jan 26 12:35:02 2011 +0100 +++ b/mercurial/bdiff.c Thu Jan 27 11:15:08 2011 +0100 @@ -451,7 +451,3 @@ } #endif -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */
--- a/mercurial/diffhelpers.c Wed Jan 26 12:35:02 2011 +0100 +++ b/mercurial/diffhelpers.c Thu Jan 27 11:15:08 2011 +0100 @@ -188,7 +188,3 @@ } #endif -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */
--- 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: */
--- a/mercurial/osutil.c Wed Jan 26 12:35:02 2011 +0100 +++ b/mercurial/osutil.c Thu Jan 27 11:15:08 2011 +0100 @@ -552,8 +552,3 @@ Py_InitModule3("osutil", methods, osutil_doc); } #endif - -/* Local Variables: */ -/* c-file-style: "linux" */ -/* indent-tabs-mode: t */ -/* End: */