Codebase list ros-vcstools / 291f0b5
Clarify that package is part of ROS Wookey 8 years ago
1 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1515 Architecture: all
1616 Depends: ${misc:Depends}, ${python:Depends}
1717 Recommends: subversion, git, mercurial, bzr
18 Description: VCS/SCM Pythin source control library for svn, git, hg, and bzr
19 The vcstools module provides a Python API for interacting with different
20 version control systems (VCS/SCMs). The VcsClient class provides an API for
21 seamless interacting with Git, Mercurial (Hg), Bzr and SVN. The focus of
22 the API is manipulating on-disk checkouts of source-controlled trees.
18 Description: VCS/SCM python source control library for svn, git, hg, and bzr
19 This package is part of Robot OS (ROS). The vcstools module provides
20 a Python API for interacting with different version control systems
21 (VCS/SCMs). The VcsClient class provides an API for seamlessly
22 interacting with Git, Mercurial (Hg), Bzr and SVN. The focus of the
23 API is manipulating on-disk checkouts of source-controlled trees.