diff -r 30cb79d84352 -r 89e05c02a4af mercurial/commands.py --- 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