X-Git-Url: https://git.ralfj.de/mass-build.git/blobdiff_plain/187e1b6111879b67f575940be29d2adeb715102c..10b1a877e16f857332404fabcfcc04270998dea9:/vcs.py diff --git a/vcs.py b/vcs.py index 0931beb..d20ebeb 100644 --- a/vcs.py +++ b/vcs.py @@ -1,6 +1,6 @@ import os, git, subprocess -'''A VCS must have an "update" method with an optional "force" parameter.''' +'''A VCS must have an "update" method with an optional "forceVersion" parameter, and a "version" method.''' # Fetch updates from git class Git: