:py:mod:`vcs` ============= .. py:module:: vcs .. autoapi-nested-parse:: Version control system abstractions. Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 git/index.rst svn/index.rst Package Contents ---------------- .. py:exception:: VCSError(message: str, origin: str, process: e3.os.process.Run | None = None) Bases: :py:obj:`e3.error.E3Error` Exception raised for version control system operations errors.