Use wildcard in rule to match instructions
authorPaul Crowley <paul@lshift.net>
Thu, 17 Dec 2009 16:28:43 +0000
changeset 238 4747f2920666
parent 237 d30f3f312ece
child 241 4af1e1ccf75b
Use wildcard in rule to match instructions
doc/manual.docbook
--- a/doc/manual.docbook	Tue Dec 15 15:36:08 2009 +0000
+++ b/doc/manual.docbook	Thu Dec 17 16:28:43 2009 +0000
@@ -147,7 +147,7 @@
 class='directory'>keys/users</filename>.  To grant this key access, we must give mercurial-server a new access rule, so we create a file in <filename
 class='directory'>hgadmin</filename> called <filename>access.conf</filename>, with the following contents:</para>
 <programlisting># Give Pat access to the "widget" repository
-write repo=widget user=pat
+write repo=widget user=pat/*
 </programlisting>
 <para>
 Pat will have read and write access to the <filename