# HG changeset patch # User Paul Crowley # Date 1262625306 0 # Node ID 75acaf1b121673b81efde254a44122fa65e58a4a # Parent efb4044593ed795d8e74cd38c216998c317eccfa Add section on logging, merge later sections diff -r efb4044593ed -r 75acaf1b1216 doc/manual.docbook --- a/doc/manual.docbook Sat Dec 19 19:18:03 2009 +0000 +++ b/doc/manual.docbook Mon Jan 04 17:15:06 2010 +0000 @@ -420,6 +420,15 @@
+Logging + +Every successful access is logged in a file called +~hg/repos/repository/.hg/servelog. The log records the time as a +UTC ISO 8601 time, the operation ("push" or "pull"), the path to the key as +used in the access rules, and the hex changeset ID. + +
+
How mercurial-server works All of the repositories controlled by mercurial-server are owned by a @@ -450,7 +459,6 @@ automatically whenever a change is pushed to hgadmin. -
Security @@ -479,8 +487,9 @@ new program and may harbour bugs. Backups are essential!
+
-Legalese +License and thanks This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -498,9 +507,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -
-
-Thanks Thanks for reading this far. If you use mercurial-server, please tell me about it.