Merge "Clarify error msg when user's not allowed to '--force push'."

This commit is contained in:
Shawn Pearce
2011-12-07 19:05:30 -08:00
committed by gerrit code review
4 changed files with 6 additions and 9 deletions

View File

@@ -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,