Sheriffing/How To/Unified Repos: Difference between revisions

new hg pull commands
m (hg out)
(new hg pull commands)
Line 23: Line 23:


The `hg fxheads` command should list references to each of the relevant branch names, and the current revision and commit message for each.
The `hg fxheads` command should list references to each of the relevant branch names, and the current revision and commit message for each.
With [https://bugzilla.mozilla.org/show_bug.cgi?id=1116861 bug 1116861] landed in version-control-tools, you can now use the following commands to pull from groups of repositories with a single command:
* hg pull fxtrees # this will pull from all branches listed with the fxheads command
* hg pull integration # this will pull from the mozilla-inbound, b2g-inbound, and fx-team branches
* hg pull releases # this will pull from pretty much every release branch (FYI: including old, unused branches)


=== Merges ===
=== Merges ===
Confirmed users
396

edits