HG で 2 つのブランチを提供するために http を使用しています。
特定のブランチにのみアクセスできるようにするには、1 人のユーザーが必要です。
AclExtension で正確なブランチの複製を拒否するにはどうすればよいですか?
私の .hg/hgrc は
pretxnchangegroup = python:hgext.acl.hook
[acl]
sources = http, pull, push
[acl.allow]
* = admin #admin has full access
release = baduser #baduser has access only to release branch
[acl.deny.branches]
default = baduser #deny this branch for user baduser
これはうまくいきません。