add BranchCommand to git + hg repositoryServiceProvider

This commit is contained in:
Eduard Heimbuch
2019-11-11 11:53:28 +01:00
parent 782b201e55
commit 73efd244ab
2 changed files with 3 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
Command.DIFF_RESULT,
Command.LOG,
Command.TAGS,
Command.BRANCH,
Command.BRANCHES,
Command.INCOMING,
Command.OUTGOING,