зеркало из https://github.com/mozilla/pjs.git
Wasn't calculating the branch correctly.
This commit is contained in:
Родитель
ca29873f2b
Коммит
8ac5e3e5d5
|
@ -60,7 +60,9 @@ open(ENT, "<CVS/Entries" );
|
|||
while( <ENT> ){
|
||||
chop;
|
||||
($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//);
|
||||
$fbranch{$fn} = $sticky;
|
||||
if ($tag =~ /^T(.*)$/) {
|
||||
$fbranch{$fn} = $1;
|
||||
}
|
||||
}
|
||||
close ENT;
|
||||
|
||||
|
@ -119,7 +121,7 @@ foreach $f (@files) {
|
|||
}
|
||||
if (!$ok) {
|
||||
print STDERR "You may not check into partition $fullname{$t}\n";
|
||||
print STDERR "the file $repository/$f\n";
|
||||
print STDERR "the file $repository/$f on branch $b\n";
|
||||
print STDERR "If you think you should be allowed to, send mail to\n";
|
||||
print STDERR "one of the below people:\n";
|
||||
$s = $super{$t};
|
||||
|
|
Загрузка…
Ссылка в новой задаче