[console_scripts]
vcs = vcstool2.commands.vcs:main
vcs-branch = vcstool2.commands.branch:main
vcs-custom = vcstool2.commands.custom:main
vcs-diff = vcstool2.commands.diff:main
vcs-export = vcstool2.commands.export:main
vcs-git = vcstool2.commands.custom:git_main
vcs-help = vcstool2.commands.help:main
vcs-import = vcstool2.commands.import_:main
vcs-log = vcstool2.commands.log:main
vcs-pull = vcstool2.commands.pull:main
vcs-push = vcstool2.commands.push:main
vcs-remotes = vcstool2.commands.remotes:main
vcs-rm = vcstool2.commands.rm:main
vcs-status = vcstool2.commands.status:main
vcs-validate = vcstool2.commands.validate:main
