X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/f6393585aff9d5a58546c9f8f8a7cb86800f2c86..1e4face96bd7aea75ce9b0188d43e7f22ce9df00:/src/mw/clicommands.py diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index e02ec79..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() @@ -230,7 +226,6 @@ class CommitCommand(CommandBase): if revid != awaitedrevid : print "Ignoring %s - Edition conflict detected %s - %s " % ( file , awaitedrevid, revid) continue - raw_input() edittoken = response['query']['pages'][pageid]['edittoken'] # FIXME use basetimestamp and starttimestamp filename = os.path.join(self.metadir.root, file)