grim/hgkeeper

dc46af0b583b
Spit out a warning if we find a duplicated key.

We're going to continue the existing behavior of overwriting the keys to not
break potential set ups for the time being.

Fixes HGKEEPER-22
# HGKeeper
[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/HGKEEPER?u=1)
HGKeeper is an server for [mercurial](https://www.mercurial-scm.org/)
repositories. It provides access control for SSH access and public HTTP
access via hgweb.
It was originally designed to be run in a container but recently support has
been added to run it from an existing openssh-server.
## Documentation
You can find the full documentation
[here](https://docs.imfreedom.org/hgkeeper/).
## License
HGKeeper is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE version 3.
## Status
This project has been used for awhile in production environment, but every
environment is different. So, if you find issues, or are looking for ways to
help, please check out our
[issue tracker](https://issues.imfreedom.org/issues/HGKEEPER?u=1).
## Building
You can build hgkeeper with the following command:
```
$ go build
```