diff -r db36a4f490f6 -r 46abbed02b2d mercurial/merge.py --- a/mercurial/merge.py Sun Dec 10 23:03:53 2006 +0100 +++ b/mercurial/merge.py Sun Dec 10 20:35:28 2006 -0200 @@ -489,7 +489,6 @@ repo.dirstate.setparents(fp1, fp2) repo.hook('update', parent1=xp1, parent2=xp2, error=stats[3]) if not branchmerge: - b = util.tolocal(p2.branch()) repo.opener("branch", "w").write(p2.branch() + "\n") return stats