# HG changeset patch # User Jeff Hammel # Date 1273256690 25200 # Node ID c279d2797d451eb3ea97167092229a0123c4eb1b # Parent 85b5fe402ab4666c9e62baab1151a6c28499cdf2 document datestamp argument diff -r 85b5fe402ab4 -r c279d2797d45 profilemanager/manager.py --- 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