Support UCM:Tags <pattern> using git tag -l <pattern>

This commit is contained in:
Daniel Martí 2014-02-10 11:27:28 +01:00
parent 3f0dbe232c
commit 08607a3cd4
3 changed files with 19 additions and 5 deletions

View file

@ -175,7 +175,7 @@ valuetypes = {
[ ]),
'updatecheckmodes' : FieldType("Update Check Mode",
r"^(Tags|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$", None,
r"^(Tags|Tags .+|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$", None,
[ "Update Check Mode" ],
[ ])
}