We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9db30 commit 579bf46Copy full SHA for 579bf46
roundup/admin.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $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 $
20
21
'''Administration commands for maintaining Roundup trackers.
22
'''
@@ -935,7 +935,7 @@ def do_history(self, args):
935
936
def do_commit(self, args):
937
'''Usage: commit
938
- Commit all changes made to the database.
+ Commit changes made to the database during an interactive session.
939
940
The changes made during an interactive session are not
941
automatically written to the database - they must be committed
0 commit comments