Mercurial > p > roundup > code
comparison website/README.txt @ 6232:1ae6e7842f39
Fix punctuation typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 Jul 2020 09:30:11 -0400 |
| parents | 728a8a25dd70 |
| children | 3a851df879cd |
comparison
equal
deleted
inserted
replaced
| 6227:5105df69145d | 6232:1ae6e7842f39 |
|---|---|
| 71 # read up on other people changes and add yours | 71 # read up on other people changes and add yours |
| 72 cd ${project_home} | 72 cd ${project_home} |
| 73 vim logbuch.txt | 73 vim logbuch.txt |
| 74 | 74 |
| 75 If you get a "not trusting" error the problem is that the .hg files in | 75 If you get a "not trusting" error the problem is that the .hg files in |
| 76 use are not owned by you and hg won;t use them. Add this to your | 76 use are not owned by you and hg won't use them. Add this to your |
| 77 ~/.hgrc file (create file if needed) | 77 ~/.hgrc file (create file if needed) |
| 78 | 78 |
| 79 [trusted] | 79 [trusted] |
| 80 groups=48 | 80 groups=48 |
| 81 users=110231 | 81 users=110231 |
