Confirmed users
1,364
edits
m (fix table syntax) |
(show shortcut is bash only, and show the explicit commands) |
||
| Line 111: | Line 111: | ||
** Sample command for Firefox 10.0 beta 5 build 1: | ** Sample command for Firefox 10.0 beta 5 build 1: | ||
<pre> | <pre> | ||
hg tag -f {FIREFOX,FENNEC}_10_0b5_{RELEASE,BUILD1} | hg tag -f FIREFOX_10_0b5_RELEASE FIREFOX_10_0b5_BUILD1 | ||
hg tag -f FENNEC_10_0b5_RELEASE FENNEC_10_0b5_BUILD1 | |||
# bash shortcut: hg tag -f {FIREFOX,FENNEC}_10_0b5_{RELEASE,BUILD1} | |||
</pre> | </pre> | ||
* update and reconfigure the master | * update and reconfigure the master | ||