mercurial/commands.py
changeset 7848 89e05c02a4af
parent 7847 30cb79d84352
child 7850 74c3baca65c9
--- a/mercurial/commands.py	Mon Mar 16 16:58:41 2009 -0500
+++ b/mercurial/commands.py	Mon Mar 16 16:58:41 2009 -0500
@@ -645,9 +645,6 @@
     elif ui.verbose:
         ui.write(_('committed changeset %d:%s\n') % (rev,short(node)))
 
-    ms = merge_.mergestate(repo)
-    ms.reset(node)
-
 def copy(ui, repo, *pats, **opts):
     """mark files as copied for the next commit