Sheriffing/How To/Unified Repos: Difference between revisions

m
Drop references to fx-team
mNo edit summary
m (Drop references to fx-team)
Line 203: Line 203:
* hg pull central  
* hg pull central  
* hg up central  
* hg up central  
Get all of b2g-inbound's changesets:
Get all of autoland's changesets:
* hg pull b2ginbound
* hg pull autoland
Do a preview of the merge without actually performing the merge:
Do a preview of the merge without actually performing the merge:
* hg merge -r ca142ec8ba0f -P
* hg merge -r ca142ec8ba0f -P
This will print out everything on b2g-inbound (up to and including revision ca142ec8ba0f) that is not already on mozilla-central.
This will print out everything on autoland (up to and including revision ca142ec8ba0f) that is not already on mozilla-central.


== See the log for a particular branch ==
== See the log for a particular branch ==
Confirmed users
396

edits