Confirmed users
396
edits
m (Formatting fix) |
m (Formatting fix) |
||
Line 53: | Line 53: | ||
This assumes we're checking things in to fx-team. Replace fx-team with another branch name as needed. | This assumes we're checking things in to fx-team. Replace fx-team with another branch name as needed. | ||
===== Single repository and single set of patches ===== | |||
Update fx-team and prepare for the patches: | Update fx-team and prepare for the patches: | ||
* hg pull fx-team | * hg pull fx-team | ||
Line 71: | Line 72: | ||
* hg bookmark -d fx-team-checkins | * hg bookmark -d fx-team-checkins | ||
===== Multiple repositories with a single set of patches each ===== | |||
You can set up multiple sets of patches at once against multiple repositories: | You can set up multiple sets of patches at once against multiple repositories: | ||
Update fx-team | Update fx-team | ||
Line 96: | Line 97: | ||
* hg bookmark -d fxteam-checkins | * hg bookmark -d fxteam-checkins | ||
===== Single repository with multiple sets of patches ===== | |||
Or have multiple sets of patches against a single repository: | Or have multiple sets of patches against a single repository: | ||
Update fx-team | Update fx-team |