Check feature in "incoming" commands

This commit is contained in:
René Pfeuffer
2018-12-06 11:35:56 +01:00
parent de6d52bad9
commit f447ae437b
6 changed files with 28 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
Command.PULL,
Command.MERGE
);
public static final Set<Feature> FEATURES = EnumSet.of(Feature.INCOMING);
public static final Set<Feature> FEATURES = EnumSet.of(Feature.INCOMING_REVISION);
//J+
//~--- constructors ---------------------------------------------------------