mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
add BranchCommand to git + hg repositoryServiceProvider
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user