Confirmed users
79
edits
(→Goal) |
|||
Line 57: | Line 57: | ||
# Update inbound: <code>hg update inbound</code> | # Update inbound: <code>hg update inbound</code> | ||
# Merge from central to inbound: <code>hg merge central</code> | # Merge from central to inbound: <code>hg merge central</code> | ||
# Add a commit | # Add a commit message: <code>hg commit -m "Merge mozilla-central to mozilla-inbound. CLOSED TREE"</code> | ||
# Transfer the files to inbound: <code>hg push -r . inbound</code> | # Transfer the files to inbound: <code>hg push -r . inbound</code> | ||