summaryrefslogtreecommitdiff
path: root/test/fixtures/diff_new_mode
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
commitcb68eef0865df6aedbc11cd81888625a70da6777 (patch)
treebd3018e6257574687b271b6c2e652ef943657471 /test/fixtures/diff_new_mode
parent65747a216c67c3101c6ae2edaa8119d786b793cb (diff)
downloadgitpython-cb68eef0865df6aedbc11cd81888625a70da6777.tar.gz
Moved everything into the git subdirectory - some tests still need to be adjusted
Diffstat (limited to 'test/fixtures/diff_new_mode')
-rw-r--r--test/fixtures/diff_new_mode14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/fixtures/diff_new_mode b/test/fixtures/diff_new_mode
deleted file mode 100644
index 29705386..00000000
--- a/test/fixtures/diff_new_mode
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/conf/global_settings.py b/conf/global_settings.py
-old mode 100644
-new mode 100755
-index 9ec1bac000000000000000000000000000000000..1c4f83b000000000000000000000000000000000
---- a/conf/global_settings.py
-+++ b/conf/global_settings.py
-@@ -58,6 +58,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
- )
-
- MIDDLEWARE_CLASSES = (
-+ "django.middleware.cache.CacheMiddleware",
- "django.middleware.common.CommonMiddleware",
- "django.contrib.sessions.middleware.SessionMiddleware",
- "django.contrib.auth.middleware.AuthenticationMiddleware",