Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
No edit summary |
|||
Line 6: | Line 6: | ||
*hg: ssh://hg.mozilla.org/projects/place/ | *hg: ssh://hg.mozilla.org/projects/place/ | ||
== | == 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. | |||
<pre>hg pull ssh://hg.mozilla.org/mozilla-central/ | <pre>hg pull ssh://hg.mozilla.org/mozilla-central/ | ||
hg merge tip | hg merge tip | ||
Line 15: | Line 18: | ||
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. | 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. | ||
3. check in your change (or series of changes, etc). | |||
4. backout your change when you've completed your work, and update this page. | |||
== Current Active Projects<br> == | == Current Active Projects<br> == |