[or-cvs] [tor/master] checkSpace.pl doesn't need to worry about svn tags anymore

Nick Mathewson nickm at seul.org
Tue May 5 15:17:29 UTC 2009


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue, 5 May 2009 15:55:32 +0200
Subject: checkSpace.pl doesn't need to worry about svn tags anymore
Commit: b875a7a0f20be4108c1ef9c77b1c50cba34f1e40

---
 contrib/checkSpace.pl |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl
index 37f079c..db061a0 100755
--- a/contrib/checkSpace.pl
+++ b/contrib/checkSpace.pl
@@ -42,9 +42,8 @@ for $fn (@ARGV) {
             $lastnil = 0;
         }
         ## Terminals are still 80 columns wide in my world.  I refuse to
-        ## accept double-line lines.  Except, of course, svn Id tags
-        ## can make us go long.
-        if (/^.{80}/ && !/\$Id: /) {
+        ## accept double-line lines.
+        if (/^.{80}/) {
             print "     Wide:$fn:$.\n";
         }
         ### Juju to skip over comments and strings, since the tests
-- 
1.5.6.5




More information about the tor-commits mailing list