[wstool] branch master updated (8f5abce -> 84085e7)
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Sun Sep 13 17:06:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a change to branch master
in repository wstool.
from 8f5abce Updating changelog
new c58e57f Imported Upstream version 0.1.9
new 672ec79 Merge tag 'upstream/0.1.9'
new 84085e7 Update changelog for 0.1.9-1 release
The 3 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:
.travis.yml | 1 +
MANIFEST.in | 2 +
LICENSE => completion/_wstool | 8 +
completion/wstool-completion.bash | 242 ++++++++++++++++++++++++++++++
debian/changelog | 47 +-----
doc/Makefile | 182 +++++++++++++++++++++++
doc/changelog.rst | 23 +++
doc/conf.py | 270 ++++++++++++++++++++++++++++++++++
doc/developers_guide.rst | 82 +++++++++++
doc/index.rst | 77 ++++++++++
doc/make.bat | 242 ++++++++++++++++++++++++++++++
doc/rosinstall_file_format.rst | 37 +++++
doc/wstool_usage.rst | 267 +++++++++++++++++++++++++++++++++
setup.py | 85 ++++++++++-
src/wstool/__version__.py | 2 +-
src/wstool/cli_common.py | 89 ++++++-----
src/wstool/common.py | 2 +-
src/wstool/config_elements.py | 11 +-
src/wstool/config_yaml.py | 15 +-
src/wstool/multiproject_cli.py | 140 +++++++++++++++++-
src/wstool/multiproject_cmd.py | 88 ++++++++---
src/wstool/wstool_cli.py | 1 +
stdeb.cfg | 4 +-
test/local/mock_client.py | 10 +-
test/local/test_cli.py | 49 ++++--
test/local/test_diff_functions_git.py | 98 +++++++++---
test/local/test_diff_functions_hg.py | 8 +-
test/local/test_diff_functions_svn.py | 8 +-
test/scm_test_base.py | 4 +-
29 files changed, 1941 insertions(+), 153 deletions(-)
create mode 100644 MANIFEST.in
copy LICENSE => completion/_wstool (92%)
create mode 100644 completion/wstool-completion.bash
create mode 100644 doc/Makefile
create mode 100644 doc/conf.py
create mode 100644 doc/developers_guide.rst
create mode 100644 doc/index.rst
create mode 100644 doc/make.bat
create mode 100644 doc/rosinstall_file_format.rst
create mode 100644 doc/wstool_usage.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/wstool.git
More information about the debian-science-commits
mailing list