* Scripts/webkitpy/tool/commands/newcommitbot.py:
(NewCommitBot.next_work_item):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150726
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Yet another WKR build fix. Sorry for the mess. It seems like I can't win today :(
+
+ * Scripts/webkitpy/tool/commands/newcommitbot.py:
+ (NewCommitBot.next_work_item):
+
2013-05-26 Ryosuke Niwa <rniwa@webkit.org>
WKR and webkitbot build fixes.
commit_log = self._tool.executive.run_command(['svn', 'log', 'https://svn.webkit.org/repository/webkit/trunk', '--non-interactive', '--revision',
self._tool.scm().strip_r_from_svn_revision(new_revision)])
except ScriptError:
- continue
-
- if commit_log.find('No such revision') >= 0:
- continue
+ break
self._last_svn_revision = new_revision
if self._is_empty_log(commit_log):