Confirmed users
396
edits
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 | Get all of autoland's changesets: | ||
* hg pull | * 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 | 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 == | ||