diff Core.lua @ 34:0e03db65c1fe

listBase -> lists for symmetry project-revision turned into a string so you can dev on repo
author John@Yosemite-PC
date Sun, 11 Mar 2012 23:27:02 -0400
parents 84f56de22631
children ecd37523ae04
line wrap: on
line diff
--- a/Core.lua	Sun Mar 11 23:20:29 2012 -0400
+++ b/Core.lua	Sun Mar 11 23:27:02 2012 -0400
@@ -19,7 +19,7 @@
 -- ( ) alt tracking
 -- (_) reserves
 
-local pkgrev = @project-revision@
+local pkgrev = " @project-revision@ "
 
 -- important things to remember:
 -- 1) ipairs iterates from 1 until the first missing int index -> no gaps if int
@@ -188,7 +188,7 @@
     profile = {
         persons = {},
         changes = {},
-        listBase = {}
+        lists = {}
     }
 }