[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:06:19 PDT 2009


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





--- Comment #1 from Evan Martin <evan at chromium.org>  2009-07-30 12:06:17 PDT ---
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.

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