summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d78efd6)
raw | patch | inline | side by side (parent: d78efd6)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 3 Apr 2004 21:32:24 +0000 (21:32 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 3 Apr 2004 21:32:24 +0000 (21:32 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2249 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/admin.py | patch | blob | history |
diff --git a/roundup/admin.py b/roundup/admin.py
index 6c3502e5062b61a93fc2da9ed140c5c3bfb676ba..0c9fe44aa44dd4866de64eb3fdcf4de5bcd76d9c 100644 (file)
--- a/roundup/admin.py
+++ b/roundup/admin.py
# 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.
'''
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