Clarify error msg when user's not allowed to '--force push'.
Fix: More descriptive error message when the user tries to 'Force Push' without having the correct privileges. Change-Id: I009e3fc50fb316ce94526af5f76da554bd91eccf
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
package com.google.gerrit.common.data;
|
||||
|
||||
public class PermissionRule implements Comparable<PermissionRule> {
|
||||
public static final String FORCE_PUSH = "Force Push";
|
||||
public static enum Action {
|
||||
ALLOW, DENY, BLOCK,
|
||||
|
||||
|
Reference in New Issue
Block a user