/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Situation: You are on the default branch and want to mirror 'feature' branch without merging: hg branch -f feature or hg merge --config ui.merge=internal:other feature