+2006-02-27 Jean-Claude Wippler <jcw@equi4.com>
+
+ * library/mkclvfs.tcl: Small optimization so a writable starkit
+ does not cause a real commit if no changes at all were made.
+
2006-01-25 Jeff Hobbs <jeffh@ActiveState.com>
* configure, configure.in: update to TEA 3.5
{name:S parent:I {files {name:S size:I date:I contents:M}}}
if { [mk::view size $db.dirs] == 0 } {
- mk::row append $db.dirs name <root> parent 0
+ mk::row append $db.dirs name <root> parent -1
}
-
- # 2001-12-13: use parent -1 for root level!
- mk::set $db.dirs!0 parent -1
}
proc _mount {{file ""} args} {