diff --git a/t/no-tabs.t b/t/no-tabs.t index 96d778b..c9d332c 100755 --- a/t/no-tabs.t +++ b/t/no-tabs.t @@ -38,6 +38,8 @@ sub checkFile # Nor about files which start with ./debian/ return if ( $file =~ /^\.\/debian\// ); + # Finally mercurial files are fine. + return if ( $file =~ /\.hg\// ); # See if it is a shell/perl file. my $isShell = 0; my $isPerl = 0;