Confirmed users
611
edits
(First final version of example) |
No edit summary |
||
| Line 42: | Line 42: | ||
<code>hg commit</code></li> | <code>hg commit</code></li> | ||
<li>Push the backout and the merge to central:<br> | <li>Push the backout and the merge to central:<br> | ||
<code>hg push tip central</code></li> | <code>hg push -r tip central</code></li> | ||
<li>Update the bug about the backout.</li> | <li>Update the bug about the backout.</li> | ||
<li>Merge back from central as usual.</li> | <li>Merge back from central as usual.</li> | ||