mercurial/commands.py
changeset 18686 0bca4d31f647
parent 18685 fafdff7e9c43
child 18687 1d183b33f007
--- a/mercurial/commands.py	Tue Feb 12 15:07:17 2013 +0000
+++ b/mercurial/commands.py	Tue Feb 12 15:47:30 2013 +0000
@@ -468,7 +468,6 @@
                 ui.setconfig('ui', 'forcemerge', '')
 
         commit_opts = opts.copy()
-        commit_opts['addremove'] = False
         if not commit_opts['message'] and not commit_opts['logfile']:
             # we don't translate commit messages
             commit_opts['message'] = "Backed out changeset %s" % short(node)