Bug 37420

Summary: webkit-patch land-safely fetches the bug 3 times
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2010-04-11 16:01:27 PDT
webkit-patch land-safely fetches the bug 3 times

It probably only needs to fetch it once, or maybe twice:

> webkit-patch land-safely
Parsing ChangeLog: /Projects/WebKit/WebKitTools/ChangeLog
Fetching: https://bugs.webkit.org/show_bug.cgi?id=37408&ctype=xml
Guessing "Adam Barth" as reviewer from attachment 53081 [details] on bug 37408.
Fetching: https://bugs.webkit.org/show_bug.cgi?id=37408&ctype=xml
Logging in as eric@webkit.org...
Fetching: https://bugs.webkit.org/show_bug.cgi?id=37408&ctype=xml
Obsoleting 1 old patch on bug 37408
Obsoleting attachment: 53081


We need some generic way to profile webkit-patch so we can reduce the number of network and disk operations it performs.
Comment 1 Adam Barth 2010-04-11 16:03:10 PDT
We need a network abstraction to handle this stuff.