Is there a way to access and edit the .hgrc file of a Mercurial repository on Bitbucket? I am talking about the repository on Bitbucket itself, not a local clone of it.
The use case is that I would like to add the following in the .hgrc file
[phases]
publish = False
to mark the repository as non-publishing, as recommended here.