[Webkit-unassigned] [Bug 27114] bugzilla-tool: Parse short bug URL from commit log messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 19:47:50 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27114





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-07-09 19:47:49 PDT ---
Yeah, bugzilla tool was not really designed with committers in mind.  It was
initially written exclusively so I could keep up with the Chromium commit queue
(we have an insane number of contributers w/o commit rights it seems).  So it's
designed to commit patches from bugzilla, and not from locally.

The following works OK if you're using git and want to commit something
locally:

1.  git checkout my-branch-with-changes
2.  git svn rebase
4.  resolve-ChangeLog (of some form)
3.  git reset --soft trunk
4.  bugzilla-tool land-diff bugnumber

-- 
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