Merge "Clarify error msg when user's not allowed to '--force push'."
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