Is there a way to get users and groups for mercurial repository from remote? I am a newbie to mercurial world and not being able to get much details on this.
I wish to get and set the groups and users on a repository from remote (application).
The mercurial server is using acl extension.
You can fetch the users that have worked on the current repo with
However, this will return many duplicates, so you may want to pipe to
uniq
: