I have a web application that communicates to Mercurial for Clones,Pull,Push,Commit,etc and I've been using the RepositoryConfiguration.setHgrcPath to supply the [auth] username/password but need to be able to use the keyring extension instead in order to keep the credentials encrypted.
Is this currently supported by JavaHg? If so, how do I configure this to work properly?