grim/hgkeeper

Remove the caching from hgweb.

2022-03-07, Gary Kramlich
f1c78b2d25b9
Remove the caching from hgweb.

It's been disabled for awhile and it never worked right anyways
package globals
type Globals struct {
ReposPath string `kong:"flag,name='repos-path',env='HGK_REPOS_PATH',default='repos',help='the directory where the repositories are stored'"`
AdminRepo string `kong:"flag,name='admin-repo',env='HGK_ADMIN_REPO',default='hgkeeper',help='the name of the admin repo to create/use'"`
}