Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/hyperdb.py Thu Jul 19 06:20:54 2001 +0000 +++ b/hyperdb.py Thu Jul 19 06:27:07 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: hyperdb.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $ +# $Id: hyperdb.py,v 1.4 2001-07-19 06:27:07 anthonybaxter Exp $ import bsddb, os, cPickle, re, string @@ -921,5 +921,8 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.3 2001/07/19 05:52:22 anthonybaxter +# Added CVS keywords Id and Log to all python files. +# #
