4

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.

Community
  • 1
  • 1
HighCommander4
  • 50,428
  • 24
  • 122
  • 194

2 Answers2

1

Currently there is no way for doing that, but there is an issue reported to bitbucket so it may happen sometime in the future: Provide a method for setting the phase of a repository to non-publishing.

Viktor Kerkez
  • 45,070
  • 12
  • 104
  • 85
1

You can do that under

Settings → Repository details → Phases

Robert Siemer
  • 32,405
  • 11
  • 84
  • 94