Return to Snippet

Revision: 30947
at August 26, 2010 04:54 by axolx


Initial Code
# 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

Initial URL


Initial Description


Initial Title
Force copy a branch into another in Mercurial

Initial Tags


Initial Language
Other