mercurial - hg can't merge branch -
i have mercurial repository named branch brancha. revision looks this
default --a-------------------------g \ brancha \---b---c---d---e---f
the output of hg branches
is:
default 193:817540244f12 brancha 192:b7cac921fec3
what want merge change g in default
brancha
. when try update brancha hg update brancha
, hg branch
shows it's still in default
. hg merge default
, mercurial complains "abort: nothing merge (use 'hg update' or check 'hg heads')". hg heads
output is:
changeset: 193:817540244f12 tag: tip parent: 188:7ccc08b69f25 ... changeset: 192:b7cac921fec3 branch: brancha
Comments
Post a Comment