Having both "Code-Review" and "Verified" labels confiugred in All-Projects is extremly common.
I don't quite understand what you mean when you say that "both cannot be satisfied simultaneously" do you get some sort of error message?
It should be fixable without resorting to this but, if you are an admin with access to the host you are always able to change the project.config on the server.
$ git clone $GIT_LOCATION/All-Projects.git
$ edit project.config && git add project.config && git commt -m "Removed label Verified"
$ git push origin HEAD:refs/meta/config
Then you will however bypass project.config validation and you could end up in some strange state, so be somewhat careful.
/Sven
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.