Mercurial > hg-stable
diff contrib/bash_completion @ 8371:1bd0fdf4c1ec
hgwebdir: refresh configuration periodically
The old default behaviour of hgwebdir was to maintain a list of
repositories permanently. This interacted badly with persistent
application hosting software such as WSGI containers. If a new repository
was published, it would potentially never appear in the top-level list
of repositories.
This change causes the hgwebdir configuration and list of repositories
served to be refreshed periodically (at most every 20 seconds).
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 13 May 2009 13:30:28 -0700 |
parents | 59200a2de7bf |
children | 3463b28681ee |