mercurial/merge.py
changeset 3862 46abbed02b2d
parent 3785 6398ff7cb705
child 3875 c0a12e6441a5
--- 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