[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:59:01 PDT 2009


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





--- Comment #9 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2009-07-09 19:59:00 PDT ---
(In reply to comment #7)
> 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

That's too manual.  :)

(In reply to comment #8)
> Ideally bugzilla-tool will also be fixed for git users to instead of enforcing
> a clean tree, instead just stash local changes and make a new trunk branch when
> doing things like land-patches.

You also can't assume which branch you're on.  I suspect we'd want to:

1. If local changes, stash them.
2. If not master branch, save current branch name and switch to master.
3. Update master and land patch.
4. Switch back to branch from Step #2 if not master.
5. Apply stashed changes from Step #1 if there were local changes.

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