merge with upstream
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 04 Oct 2006 22:07:03 +0200
changeset 3254 168485fa44ba
parent 3253 1e2941fda520 (current diff)
parent 3247 7a0d70b69d74 (diff)
child 3258 03acd01520ac
merge with upstream
--- a/mercurial/merge.py	Wed Oct 04 12:39:51 2006 -0700
+++ b/mercurial/merge.py	Wed Oct 04 22:07:03 2006 +0200
@@ -379,8 +379,8 @@
 
     # update dirstate
     if not partial:
+        recordupdates(repo, action, branchmerge)
         repo.dirstate.setparents(p1.node(), p2.node())
-        recordupdates(repo, action, branchmerge)
 
     if show_stats:
         stats = ((updated, _("updated")),