module -> project; allow building all projects within a folder
[mass-build.git] / vcs.py
diff --git a/vcs.py b/vcs.py
index 0931bebf7963958e1c499c074a8c6742daf4a7be..d20ebeb305100702cf2770d5f9d5aa6c5f6e9f4c 100644 (file)
--- 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: