grim/hgkeeper

Fix a bunch typos that av6 found.

2020-04-10, Gary Kramlich
9f746cdbf79b
Parents e82a54e2ca41
Children e86ba80834b8
Fix a bunch typos that av6 found.
--- a/README.md Fri Jan 31 09:19:57 2020 -0600
+++ b/README.md Fri Apr 10 03:31:07 2020 -0500
@@ -17,8 +17,8 @@
## Building
-This project needs to generate so source files, so you'll need to first install
-the embedding tool [esc](https://github.com/mjibson/esc).
+This project needs to generate some source files, so you'll need to first
+install the embedding tool [esc](https://github.com/mjibson/esc).
```
$ go get -u github.com/mjibson/esc
--- a/hgweb/files.go Fri Jan 31 09:19:57 2020 -0600
+++ b/hgweb/files.go Fri Apr 10 03:31:07 2020 -0500
@@ -213,7 +213,7 @@
name: "hgweb.cgi",
local: "files/hgweb.cgi",
size: 211,
- modtime: 1576644347,
+ modtime: 1576648984,
compressed: `
H4sIAAAAAAAC/1yOwarCMBBF9/MV83iLtiDpB0g3ilY3unQpaZqmA8kkpK1FSv9dsArq8nDPgfv/lw9d
zCviXPMNw71vPYPy3JDBApNpEofysttct+fT/ljOcwLQRO/Q6aiGSNIiueBjj7V2kusF1l8kNMvK6jT7
--- a/setup/resources/README.md Fri Jan 31 09:19:57 2020 -0600
+++ b/setup/resources/README.md Fri Apr 10 03:31:07 2020 -0500
@@ -5,17 +5,25 @@
# keys/
-Files in the keys directory should be named after the user the belong to and
+Files in the keys directory should be named after the user they belong to and
contain the ssh public keys for that user. The name of the file is used in
access.yaml as the users/group name.
+In the below example, all of grim's acceptable SSH public keys should be in the
+file named grim.
+
+```
+keys/
+ grim
+```
+
# site.hgrc
This file is a sitewide [hgrc](https://www.mercurial-scm.org/doc/hgrc.5.html)
-file for that will be used for every repository on your site. It defaults to
+file that will be used for every repository on your site. It defaults to
enabling evolve from pypi and makes all repositories non-publishing.
-As this file is in the hgkeeper reapo, you are free to modify this however you
+As this file is in the hgkeeper repo, you are free to modify this however you
please.
# model.conf