Lines Matching refs:vcs
589 """Abstract base class providing an interface to the VCS."""
609 """Return a list of files unknown to the VCS."""
1091 """Return a list of files unknown to the VCS."""
1217 A VersionControlSystem instance. Exits if the VCS can't be guessed.
1232 logging.info("Guessed VCS = Subversion")
1273 vcs = GuessVCS(options)
1274 if isinstance(vcs, SubversionVCS):
1277 base = vcs.GuessBase(options.download_base)
1284 vcs.CheckForUnknownFiles()
1286 data = vcs.GenerateDiff(args)
1287 files = vcs.GetBaseFiles(data)
1371 vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, files)