summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/git/PatchsetReceivePack.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-03-07 07:55:03 -0500
committerJames Moger <james.moger@gitblit.com>2014-03-07 07:55:03 -0500
commit6d298ca7046b945869278992694069329eb37c1a (patch)
tree58852d17244ba4e7673ba801cf4aefad006714a2 /src/main/java/com/gitblit/git/PatchsetReceivePack.java
parentd68553e01d3064bbf3df25f733e3d29d1da1feca (diff)
downloadgitblit-6d298ca7046b945869278992694069329eb37c1a.tar.gz
gitblit-6d298ca7046b945869278992694069329eb37c1a.zip
Documentation
Diffstat (limited to 'src/main/java/com/gitblit/git/PatchsetReceivePack.java')
-rw-r--r--src/main/java/com/gitblit/git/PatchsetReceivePack.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/gitblit/git/PatchsetReceivePack.java b/src/main/java/com/gitblit/git/PatchsetReceivePack.java
index c0ab8aeb..ee8295ca 100644
--- a/src/main/java/com/gitblit/git/PatchsetReceivePack.java
+++ b/src/main/java/com/gitblit/git/PatchsetReceivePack.java
@@ -664,8 +664,7 @@ public class PatchsetReceivePack extends GitblitReceivePack {
sendError(" 1. you created the ticket");
sendError(" 2. you created the first patchset");
sendError(" 3. you are specified as responsible for the ticket");
- sendError(" 4. you are listed as a reviewer for the ticket");
- sendError(" 5. you have push (RW) permission to {0}", repository.name);
+ sendError(" 4. you have push (RW) permissions to {0}", repository.name);
sendError("");
sendRejection(cmd, "not permitted to push to ticket {0,number,0}", ticket.number);
return null;