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.DIFF_RESULT,
Command.LOG, Command.LOG,
Command.TAGS, Command.TAGS,
Command.BRANCH,
Command.BRANCHES, Command.BRANCHES,
Command.INCOMING, Command.INCOMING,
Command.OUTGOING, Command.OUTGOING,

View File

@@ -62,6 +62,7 @@ public class HgRepositoryServiceProvider extends RepositoryServiceProvider
Command.DIFF, Command.DIFF,
Command.LOG, Command.LOG,
Command.TAGS, Command.TAGS,
Command.BRANCH,
Command.BRANCHES, Command.BRANCHES,
Command.INCOMING, Command.INCOMING,
Command.OUTGOING, Command.OUTGOING,