Mercurial Branch Merging: Difference between revisions

Jump to navigation Jump to search
Line 4: Line 4:


Suppose you have a project branch repository or a user repository that you wish to merge "upstream" to mozilla-central or a project branch.
Suppose you have a project branch repository or a user repository that you wish to merge "upstream" to mozilla-central or a project branch.
From your working repo:
hg pull mozilla-central
hg merge # rebasing if necessary
hg push project-repo
hg push mozilla-central


== Downstream Sync Workflow ==
== Downstream Sync Workflow ==
canmove, Confirmed users
1,189

edits

Navigation menu