Changes

Jump to: navigation, search

Sheriffing/How To/Merges

3 bytes added, 14:54, 8 February 2016
Step 2
-> hg commit -m "merge bla to bla"
-> hg push
since this above might result in race conditions on the tree (when its busy there) this works better -> hg pull && hg update && hg merge && hg commit -m "Merge m-c to [TREENAME]" && hg push
Aliases for the various repositories make the above easier to type!
Confirm
2,317
edits

Navigation menu