equal
deleted
inserted
replaced
110 |
110 |
111 The evolve test are highly impacted by changes in core. To deal with this, we use named branches. |
111 The evolve test are highly impacted by changes in core. To deal with this, we use named branches. |
112 |
112 |
113 There are two main branches: "stable" and "default". Tests on these branch are |
113 There are two main branches: "stable" and "default". Tests on these branch are |
114 supposed to pass with the corresponding "default" and "stable" branch from core |
114 supposed to pass with the corresponding "default" and "stable" branch from core |
115 Mercurial. |
115 Mercurial. The documentation is built from the tip of stable. |
116 |
116 |
117 In addition, we have compatibility branches to check tests on older version of |
117 In addition, we have compatibility branches to check tests on older version of |
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply |
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply |
119 expected test change only, no code change should happen there. |
119 expected test change only, no code change should happen there. |
120 |
120 |