declare tag support for hg

This commit is contained in:
Konstantin Schaper
2020-12-01 09:33:43 +01:00
parent 94a6ffcb04
commit a4d0acd7e2

View File

@@ -49,6 +49,7 @@ public class HgRepositoryServiceProvider extends RepositoryServiceProvider {
Command.DIFF,
Command.LOG,
Command.TAGS,
Command.TAG,
Command.BRANCH,
Command.BRANCHES,
Command.INCOMING,