From: richard Date: Sat, 3 Apr 2004 21:32:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90127c334e2d1fa4fc2f206d534cefe6e030f114;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2249 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/admin.py b/roundup/admin.py index 6c3502e..0c9fe44 100644 --- a/roundup/admin.py +++ b/roundup/admin.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: admin.py,v 1.64 2004-04-02 05:58:43 richard Exp $ +# $Id: admin.py,v 1.65 2004-04-03 21:32:24 richard Exp $ '''Administration commands for maintaining Roundup trackers. ''' @@ -935,7 +935,7 @@ Command help: def do_commit(self, args): '''Usage: commit - Commit all changes made to the database. + Commit changes made to the database during an interactive session. The changes made during an interactive session are not automatically written to the database - they must be committed