Mercurial > p > roundup > code
comparison hyperdb.py @ 9:3b0a72f54613
fixing (manually) the (dollarsign)Log(dollarsign)...
...entries caused by my using the magic (dollarsign)Id(dollarsign) and
(dollarsign)Log(dollarsign) strings in a commit message. I'm a twonk.
Also broke the help string in two.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 06:27:07 +0000 |
| parents | 72a0ba086b3e |
| children | bb0572c92f23 |
comparison
equal
deleted
inserted
replaced
| 8:07403897f30e | 9:3b0a72f54613 |
|---|---|
| 1 # $Id: hyperdb.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $ | 1 # $Id: hyperdb.py,v 1.4 2001-07-19 06:27:07 anthonybaxter Exp $ |
| 2 | 2 |
| 3 import bsddb, os, cPickle, re, string | 3 import bsddb, os, cPickle, re, string |
| 4 | 4 |
| 5 import date | 5 import date |
| 6 # | 6 # |
| 919 | 919 |
| 920 # TODO: set up some filter tests | 920 # TODO: set up some filter tests |
| 921 | 921 |
| 922 # | 922 # |
| 923 # $Log: not supported by cvs2svn $ | 923 # $Log: not supported by cvs2svn $ |
| 924 # Revision 1.3 2001/07/19 05:52:22 anthonybaxter | |
| 925 # Added CVS keywords Id and Log to all python files. | |
| 924 # | 926 # |
| 925 | 927 # |
| 928 |
