Also treat UA strings identifying us as FF 1.5 as part of the 1.5 branch by default.

This commit is contained in:
zach%zachlipton.com 2005-11-08 00:35:56 +00:00
Родитель afb33eddbf
Коммит 90b6972600
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ USE `litmus_staging`;
/*!40000 ALTER TABLE `branches` DISABLE KEYS */;
LOCK TABLES `branches` WRITE;
INSERT INTO `branches` VALUES (1,1,'Trunk','Firefox/1\\.6a1'),(2,1,'1.5 Branch','Firefox/1.(0\\+|4)'),(3,1,'1.0.x Branch','Firefox/1\\.0\\.'),(4,2,'Trunk','.'),(5,3,'Trunk','.'),(6,3,'1.0.x Branch',NULL);
INSERT INTO `branches` VALUES (1,1,'Trunk','Firefox/1\\.6a1'),(2,1,'1.5 Branch','Firefox/1.(0\\+|4|5)'),(3,1,'1.0.x Branch','Firefox/1\\.0\\.'),(4,2,'Trunk','.'),(5,3,'Trunk','.'),(6,3,'1.0.x Branch',NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `branches` ENABLE KEYS */;