Default branch: fix reading from share
This was the root cause of heptapod#714: reading the value of the GitLab default branch from Mercurial shares was not switching over to the share source where the file is actually stored. On the server side, Mercurial shares are used for all server-originating operations (web edits notably) and they are not used for receiving pushes, explaning why reproduction was only possible with web edits. Also this happens only for native projects (nowadays always without the Git repo to support the default branch information as `HEAD`) hence was amplified when the mode without Git became default. As a result, the default branch machinery was defaulting to the topic.
parent
a7dc9682153a
No related branches found
No related tags found
Please register or sign in to comment