From 8d136ee2fc6f5f581c48303bc2af3b0ccf0a9a31 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 31 Jul 2008 20:47:28 +0000 Subject: [PATCH] Remove ermals testing branch. These changes have been merged. --- etc/phpshellsessions/cvssync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index ca46f50083..3ed6a847da 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -45,7 +45,7 @@ global $argv; global $command_split; /* NOTE: Set branches here */ -$branches = array("RELENG_1_MULTI_ANYTHING" => "Ermals multi interface branch", +$branches = array( "RELENG_1" => "1.3 development branch", "RELENG_1_2" => "1.2 release branch", );