Mercurial > mozilla > hg > ProfileManager
log profilemanager/manager.py @ 19:4a1815f8d146
age | author | description |
---|---|---|
Thu, 06 May 2010 12:42:27 -0700 | Jeff Hammel | * stub adding new profile to configuration |
Thu, 06 May 2010 12:02:14 -0700 | Jeff Hammel | fix two things about hash() usage |
Thu, 06 May 2010 11:23:23 -0700 | Jeff Hammel | flush out new() function |
Thu, 06 May 2010 11:06:59 -0700 | Jeff Hammel | actually sample 8 random lowercase letters and numbers for the profile hash |
Wed, 05 May 2010 17:08:47 -0700 | Jeff Hammel | * update list of public API functions |
Wed, 14 Apr 2010 16:07:20 -0700 | Jeff Hammel | rework API a bit; the "public" methods are becoming a bit specialized to the command line, which was my fear, so I should probably inherit from ProfileManager to do the interface like I should |