Confirmed users
4,971
edits
| Line 38: | Line 38: | ||
* By keeping each project+release branch self-contained, each can have separate schedules for both refreshing the code base and merging the branch back into the main code line. | * By keeping each project+release branch self-contained, each can have separate schedules for both refreshing the code base and merging the branch back into the main code line. | ||
** By sharing mobile-browser across multiple branches, this is broken. | ** By sharing mobile-browser across multiple branches, this is broken. | ||
** The fastest way to solve this is to merge mobile-browser in. | |||
** This is a corollary to avoiding "moving target" integration. | ** This is a corollary to avoiding "moving target" integration. | ||