[Webkit-unassigned] [Bug 27847] bugzilla-tool post-commits trunk..head errors out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 12:10:51 PDT 2009


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





--- Comment #3 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2009-07-30 12:10:50 PDT ---
(In reply to comment #1)
> More generally, something like
> 
> revs_to_upload = []
> for arg in argv:
>   if '..' in arg:
>     args = `git rev-list arg`.splitlines()
>   else:
>     args = [arg]
>   revs_to_upload += args
> 
> covers cases 2 through 4 without special-casing.

I like  this.  Then only case 1 and 5 need special handling.

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