grim/hgkeeper

76eb73c033fc
Wire up permissions still need to handle readonly
package access
type file struct {
Global Acl `yaml:"global"`
Groups map[string][]string `yaml:"groups"`
Patterns map[string]Acl `yaml:"patterns"`
}