Nix warning on edit collision since we do that now
authorIan Weller <ian@ianweller.org>
Mon, 24 May 2010 21:55:44 +0000 (16:55 -0500)
committerIan Weller <ian@ianweller.org>
Mon, 24 May 2010 21:55:44 +0000 (16:55 -0500)
src/mw/clicommands.py

index 55e4027431d56dab01e9e172557d2f0cc697caf2..f4b9813938540b0bbfd33cfb04df24f33f4897b1 100644 (file)
@@ -205,10 +205,6 @@ class CommitCommand(CommandBase):
         if nothing_to_commit:
             print 'nothing to commit'
             sys.exit()
         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()
         if self.options.edit_summary == None:
             print 'Edit summary:',
             edit_summary = raw_input()

Benjamin Mako Hill || Want to submit a patch?