[Webkit-unassigned] [Bug 34439] webkit-patch does not prompt username if the default one is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 16:20:34 PST 2010


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





--- Comment #9 from Eric Seidel <eric at webkit.org>  2010-02-19 16:20:34 PST ---
     svn_server_realm = "<http://svn.webkit.org:80> Mac OS Forge"
 261     svn_server_host = "svn.webkit.org"
Should just be instance variables.  They can have some class-level defaults if
you like.  But eventually we really need some sort of webkit_config.py module
which holds all this webkit-specific stuff.  Not that we ever plan to re-use
webkit-patch for some other project, but it makes things read cleaner if we
have all the webkit-specifc config in as few places as possible.

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