HomeSort by relevance Sort by last modified time
    Searched refs:_message_for_revert (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert.py 39 def _message_for_revert(cls, revision_list, reason, bug_url=None): member in class:PrepareChangeLogForRevert
56 message = self._message_for_revert(state["revision_list"], state["reason"], bug_url)
preparechangelogforrevert_unittest.py 103 _message_for_revert will need to wrap it. We'll also include
115 changelog.update_with_unreviewed_message(PrepareChangeLogForRevert._message_for_revert(*args))
129 long_reason = "This is a very long reason which should be long enough so that _message_for_revert will need to wrap it. We'll also include a https://veryveryveryveryverylongbugurl.com/reallylongbugthingy.cgi?bug_id=12354 link so that we can make sure we wrap that right too."

Completed in 251 milliseconds