diff options
Diffstat (limited to 'bin/svn-bisect.py')
-rwxr-xr-x | bin/svn-bisect.py | 6 |
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: |