Merge "Improve the feedback of push ... refs/changes/xxxx"

This commit is contained in:
Shawn Pearce
2013-12-13 15:42:01 +00:00
committed by Gerrit Code Review

View File

@@ -1710,6 +1710,7 @@ public class ReceiveCommits {
if (newCommit == priorCommit) {
// Ignore requests to make the change its current state.
skip = true;
reject(inputCommand, "commit already exists");
return false;
}