blob: e9e42f41044c8730f6ed201047f1881619d490c6 [file] [log] [blame]
Edwin Kempinb32a4c52011-03-10 09:15:03 +01001... has duplicates
2==================
3
4With this error message Gerrit rejects to push a commit if its commit
5message contains a Change-ID for which multiple changes can be found
6in the project.
7
8This error means that there is an inconsistency in Gerrit since for
9one project there are multiple changes that have the same Change-ID.
10Every change is expected to have an unique Change-ID.
11
12Since this error should never occur in practice, you should inform
13your Gerrit administrator if you hit this problem and/or
14link:http://code.google.com/p/gerrit/issues/list[open a Gerrit issue].
15
16In any case to not be blocked with your work, you can simply create a
17new Change-ID for your commit and then push it as new change to
18Gerrit. How to exchange the Change-ID in the commit message of your
19commit is explained link:error-push-fails-due-to-commit-message.html[here].
20
21
22GERRIT
23------
24Part of link:error-messages.html[Gerrit Error Messages]