From: Ian Weller Date: Mon, 24 May 2010 21:55:44 +0000 (-0500) Subject: Nix warning on edit collision since we do that now X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/1e4face96bd7aea75ce9b0188d43e7f22ce9df00?ds=sidebyside Nix warning on edit collision since we do that now --- 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()