[Webkit-unassigned] [Bug 26715] bugzilla-tool should automate rollouts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 11:28:33 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26715
Evan Martin <evan at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |evan at chromium.org
--- Comment #8 from Evan Martin <evan at chromium.org> 2009-07-22 11:28:31 PDT ---
+ git_log_output = cls.run_command(['git', 'svn', 'log', '-r', revision,
'--oneline', '--show-commit'])
+ # Example: r45396 | b4954e7 | 2009-06-30 Antonio Gomes
<antonio.gomes at openbossa.org>
+ matched_commit = re.search("^r(\d+) \| (\w+) \| .*$", git_log_output,
re.MULTILINE)
git svn find-rev r45396
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list