From 1e4face96bd7aea75ce9b0188d43e7f22ce9df00 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 24 May 2010 16:55:44 -0500 Subject: [PATCH] Nix warning on edit collision since we do that now --- src/mw/clicommands.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 55e4027..f4b9813 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -205,10 +205,6 @@ class CommitCommand(CommandBase): if nothing_to_commit: print 'nothing to commit' sys.exit() - print - print 'WARNING: mw does not do collision detection yet.' - print 'Hit ^C now if you haven\'t double checked, otherwise hit Enter' - raw_input() if self.options.edit_summary == None: print 'Edit summary:', edit_summary = raw_input() -- 2.30.2