Sheriffing/How To/Unified Repos: Difference between revisions

Checkin-needed documentation
m (minor)
(Checkin-needed documentation)
Line 46: Line 46:


=== Checkin-neededs ===
=== Checkin-neededs ===
WIP
This assumes we're checking things in to fx-team. Replace fx-team with another branch name as needed.
 
Update fx-team and prepare for the patches:
* hg pull fx-team
* hg up fx-team
* hg bookmark fx-team-checkins
Import the patches:
* hg import https://link.to/correct/checkin-needed.patch
* Repeat ^ as needed for all fx-team checkin-needed patches
Verify your outgoing changes:
* hg out -r . fx-team
If you haven't lost a push race:
* hg push -r . fx-team
If you lost a push race:
* hg pull fx-team
* hg rebase -d fx-team
* hg push -r . fx-team
Delete your no longer needed bookmark:
* hg bookmark -d fx-team-checkins
 
=== Uplifts ===
=== Uplifts ===
WIP
WIP
Confirmed users
396

edits