Mercurial > treepkg
diff bin/starttreepkgweb.py @ 154:a30351c91a68
Make status-by-startdate.html the default template. Sorting by date is
generally more useful than sorting by revision because different tracks
usually come from different repositories.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 10 Jun 2008 09:51:50 +0000 |
parents | 4adcb15cbdfb |
children | 1fcdffbeb9de |
line wrap: on
line diff
--- a/bin/starttreepkgweb.py Mon Jun 09 16:34:23 2008 +0000 +++ b/bin/starttreepkgweb.py Tue Jun 10 09:51:50 2008 +0000 @@ -20,7 +20,7 @@ parser = create_parser() parser.set_defaults(cherrypy_config=os.path.join(treepkgcmd.topdir, "cherrypy.cfg"), - status_template="status-by-revision.html") + status_template="status-by-startdate.html") parser.add_option("--cherrypy-config", help=("The cherrypy config file for the web interface." " Default cherrypy.cfg"))