changeset 53:c279d2797d45

document datestamp argument
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 May 2010 11:24:50 -0700
parents 85b5fe402ab4
children f3812255ce6e
files profilemanager/manager.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/profilemanager/manager.py	Fri May 07 11:22:58 2010 -0700
+++ b/profilemanager/manager.py	Fri May 07 11:24:50 2010 -0700
@@ -166,6 +166,7 @@
         list backups for a given profile, or all profiles if the
         profile is not given;  returns a list of backups if
         profile is given or a dictionary of lists otherwise
+        - datestamp: format of date; otherwise, seconds since epoch
         """
         if profile is None: # all profiles
             # XXX this should probably be recursive