Mercurial > p > roundup > code
diff share/roundup/templates/devel/schema.py @ 4207:8838ff0165fa gsoc-2009
Revision should be a string
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Jul 2009 20:18:37 +0000 |
| parents | 2b554b262d29 |
| children | e8fb186265b7 |
line wrap: on
line diff
--- a/share/roundup/templates/devel/schema.py Mon Jul 13 18:24:27 2009 +0000 +++ b/share/roundup/templates/devel/schema.py Mon Jul 13 20:18:37 2009 +0000 @@ -24,7 +24,7 @@ # broken, but this works fine without it. vcs_rev = Class(db, "vcs_rev", repository=Link('vcs_repo'), -revision=Number()) +revision=String())
