Places/Places Branch: Difference between revisions
< Places
Jump to navigation
Jump to search
(→Usage) |
|||
Line 26: | Line 26: | ||
Procedure is similar to the above one, but it also involves a final: | Procedure is similar to the above one, but it also involves a final: | ||
<pre>hg push ssh://hg.mozilla.org/mozilla-central/</pre> | <pre>hg push ssh://hg.mozilla.org/mozilla-central/</pre> | ||
Revision as of 02:06, 24 May 2011
Details
- pushlog: http://hg.mozilla.org/projects/places/pushloghtml
- waterfall: http://tinderbox.mozilla.org/showbuilds.cgi?tree=Places
- tbpushlog: http://tests.themasta.com/tinderboxpushlog/?tree=Places
- hg: ssh://hg.mozilla.org/projects/places/
Usage
1. Update the active projects list below on this page.
2. Merge m-c into places. This ensures you get a trunk-like experience, and sets a baseline for performance numbers.
hg pull ssh://hg.mozilla.org/mozilla-central/ hg merge default hg commit -m "Merge mozilla-central and Places branch" hg push
Note that if there are no different changesets with central (nothing to merge), hg merge tip will fail, you can use hg update default instead of merge then. If mozilla central has new heads due to tagged releases you should hg push -f instead, but check heads correctness with hg heads first.
3. check in your change (or series of changes, etc).
4. backout your change when you've completed your work, and update this page.
Merge to central
Procedure is similar to the above one, but it also involves a final:
hg push ssh://hg.mozilla.org/mozilla-central/