Was displaying junk for the branch name if a checkin wasn't allowed.
git-svn-id: svn://10.0.0.236/trunk@23458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -108,7 +108,7 @@ foreach $f (@files) {
|
||||
}
|
||||
}
|
||||
if ($mode{$t} eq "Restricted") {
|
||||
$b = $blessed{$t};
|
||||
my $b = $blessed{$t};
|
||||
foreach $u (@$b) {
|
||||
if ($debug) {
|
||||
print STDERR "Checking against blessed $u\n";
|
||||
|
||||
Reference in New Issue
Block a user