Issue 1910: Draft pushed to another branch marks as merged
Status:  New
Owner: ----
Reported by wer...@beroux.com, May 9, 2013
Affected Version: 2.5

What steps will reproduce the problem?
1. Only refs/heads/feature/* has Push rights
2. Create some local commit (with a random Change-Id)
3. git push origin HEAD:refs/drafts/master
4. git push origin HEAD:feature/something

Expect: Draft changes should remain draft and the new branch should be created.

Actual: Draft changes are marked as having been merged into master. Actually they are not. Give unhandled exception for other users.
May 9, 2013
#1 wer...@beroux.com
Also, trying to push again the draft doesn't work: (no new changes) unless all the Changed-Id are modified.