Bug 27045

Summary: bugzilla-tool has no way to save config w/o git
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dbates, ddkilzer, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2009-07-07 14:52:13 PDT
bugzilla-tool has no way to save config w/o git

We need to either save cookies after authentication, or find some way to store bugzilla login and password like we do with "git config" for git users.

mechanize has ways to store cookies as text:
http://wwwsearch.sourceforge.net/mechanize/doc.html
Comment 1 Eric Seidel (no email) 2010-01-04 02:48:40 PST
This sorta works for svn, but not quite as nice as git because SVN doesn't handle the multi-username case well.  But I think it works well enough for our purposes.