Mercurial > p > roundup > code
diff roundup-admin @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 3a7e5515c1bd |
| children | 4a87e0b0d3f7 |
line wrap: on
line diff
--- a/roundup-admin Sun Jul 29 06:57:03 2001 +0000 +++ b/roundup-admin Sun Jul 29 07:01:39 2001 +0000 @@ -1,6 +1,5 @@ #! /usr/bin/python - -# $Id: roundup-admin,v 1.3 2001-07-23 08:45:28 richard Exp $ +# $Id: roundup-admin,v 1.4 2001-07-29 07:01:39 richard Exp $ import sys if int(sys.version[0]) < 2: @@ -292,6 +291,11 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.3 2001/07/23 08:45:28 richard +# ok, so now "./roundup-admin init" will ask questions in an attempt to get a +# workable instance_home set up :) +# _and_ anydbm has had its first test :) +# # Revision 1.2 2001/07/23 08:20:44 richard # Moved over to using marshal in the bsddb and anydbm backends. # roundup-admin now has a "freshen" command that'll load/save all nodes (not @@ -304,4 +308,4 @@ # More Grande Splite stuff # # - +# vim: set filetype=python ts=4 sw=4 et si
