how meta. (fork of alex's darcsden) — http://darcsden.com/
Removed `merge' from the global scope in DarcsDen.State.User; it's only used in hashPassword.
Added forks listing page, which lets repo admins bring in patches from forked repos.
preliminary devmode setting, change this to run without creating users/groups
With devmode = True in DarcsDen.Util, darcsden will avoid messing with your system's users and groups (and will run on more platforms, eg mac.) Useful for development and testing.
workaround for "no instance ToSElem ClockTime" with ghc 6.10
feeds: various fixes to make the changes feed more valid
The entry updated field remains the sticking point, it needs to be a RFC 3339 date-time, which probably is calling for the time package.
Reorganized some State stuff, and added an initial admin shell.