[vcstools] branch master updated (e106fe1 -> fe5a109)
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Fri Sep 4 08:15:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a change to branch master
in repository vcstools.
from e106fe1 Merge branch 'master' of ssh://git.debian.org/git/debian-science/packages/ros/vcstools
adds 7de340f Imported Upstream version 0.1.37
new 79bd95e Merge tag 'upstream/0.1.37'
new fe5a109 Update changelog for 0.1.37-1 release
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +-
.hgignore | 14 ---
.travis.yml | 6 ++
debian/changelog | 41 +-------
doc/changelog.rst | 12 +++
doc/conf.py | 14 +++
doc/developers_guide.rst | 13 +--
doc/vcsclient.rst | 26 ++++-
setup.sh | 10 --
src/vcstools/__version__.py | 2 +-
src/vcstools/bzr.py | 17 ++++
src/vcstools/common.py | 8 +-
src/vcstools/git.py | 204 ++++++++++++++++++++++++++--------------
src/vcstools/hg.py | 61 ++++++++++--
src/vcstools/svn.py | 123 ++++++++++++++++++++++--
src/vcstools/tar.py | 8 ++
src/vcstools/vcs_abstraction.py | 10 ++
src/vcstools/vcs_base.py | 35 +++++++
test/test_git.py | 203 ++++++++++++++++++++++++++++++++-------
test/test_hg.py | 129 ++++++++++++++++++++++---
test/test_svn.py | 156 +++++++++++++++++++++++++++++-
test/test_tar.py | 8 +-
22 files changed, 886 insertions(+), 216 deletions(-)
delete mode 100644 .hgignore
delete mode 100644 setup.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/vcstools.git
More information about the debian-science-commits
mailing list