зеркало из https://github.com/mozilla/gecko-dev.git
swaped the 2 checkout lines so that, at the end of the script, the MacCVS status window displays the error messages from the Raptor module instead of those from the libpref branch
This commit is contained in:
Родитель
65e5038151
Коммит
3638abe6f9
|
@ -122,9 +122,9 @@ sub Checkout()
|
|||
#//
|
||||
if ($main::pull{all})
|
||||
{
|
||||
$session->checkout("RaptorMac") || die "checkout failure";
|
||||
$session->checkout("mozilla/modules/libpref",$LIBPREF_BRANCH) || die "checkout failure";
|
||||
}
|
||||
$session->checkout("RaptorMac") || die "checkout failure";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче