summaryrefslogtreecommitdiffstats
path: root/bin/svn-bisect.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/svn-bisect.py')
-rwxr-xr-xbin/svn-bisect.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/svn-bisect.py b/bin/svn-bisect.py
index 3be32a0..e9ebcf8 100755
--- a/bin/svn-bisect.py
+++ b/bin/svn-bisect.py
@@ -64,3 +64,9 @@ while upper-lower > 1:
# show which revision was first to fail
if upperfails != lowerfails: lower = upper
print "The error was caused by revision", lower
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: