Confirmed users
82
edits
Sevenspade (talk | contribs) (→DOM Inspector branch days: add remove tag DOMI_LATEST_BRANCH step) |
Sevenspade (talk | contribs) (bad bug dependency) |
||
| Line 74: | Line 74: | ||
* Switch back to the default branch<br/><nowiki> | * Switch back to the default branch<br/><nowiki> | ||
</nowiki><samp>$ <kbd>hg update default</kbd></samp> | </nowiki><samp>$ <kbd>hg update default</kbd></samp> | ||
* Create a new tracking bug for the version of DOM Inspector that follows the version for the newly-created branch. Give it an alias and a summary that correspond to the version that it tracks, and make it depend on the tracking bug for the | * Create a new tracking bug for the version of DOM Inspector that follows the version for the newly-created branch. Give it an alias and a summary that correspond to the version that it tracks, and make it depend on the tracking bug for the new branch (which should already exist). | ||
** e.g., if the name of the newly-created branch was DOMI_2_0_12, create a bug with the summary "DOM Inspector 2.0.13", and give it the alias "DOMi2.0.13". | ** e.g., if the name of the newly-created branch was DOMI_2_0_12, create a bug with the summary "DOM Inspector 2.0.13", and give it the alias "DOMi2.0.13". Make it depend on bug DOMi2.0.12. | ||
* Change the makefile on the default branch to reflect the new version number. Use the new tracking bug for your commit. | * Change the makefile on the default branch to reflect the new version number. Use the new tracking bug for your commit. | ||
** e.g., if you just branched DOMI_2_0_12 and created a tracking bug for DOM Inspector 2.0.13, you would change the makefile from 2.0.12pre to 2.0.13pre on the default branch. The commit message would be "Bug 748542 - (DOMi2.0.13) DOM Inspector 2.0.13 (bump version number to 2.0.13pre)". See [http://hg.mozilla.org/dom-inspector/rev/af3dd47abfe5 changeset af3dd47abfe5]. | ** e.g., if you just branched DOMI_2_0_12 and created a tracking bug for DOM Inspector 2.0.13, you would change the makefile from 2.0.12pre to 2.0.13pre on the default branch. The commit message would be "Bug 748542 - (DOMi2.0.13) DOM Inspector 2.0.13 (bump version number to 2.0.13pre)". See [http://hg.mozilla.org/dom-inspector/rev/af3dd47abfe5 changeset af3dd47abfe5]. | ||