GitLab: You are not allowed to force push code to a protected branch on this project.
Since upgrading to 0.7.0rc ``` hg clone URL cd project echo hello > README hg add README hg ci -m 'first commit' hg push [snip] (works) echo world >> README hg amend hg push pushing to URL searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: pushing to git+ssh://git@localhost:arthur/test-rebase.git remote: added 1 changesets with 1 changes to 1 files (+1 heads) remote: 1 new obsolescence markers remote: obsoleted 1 changesets remote: adding objects remote: GitLab: You are not allowed to force push code to a protected branch on this project. remote: git remote error: refs/heads/branch/default failed to update abort: push failed on remote ```
issue