[console_scripts]
vcs-pull = vcstool.commands.pull:main
vcs-custom = vcstool.commands.custom:main
vcs-branch = vcstool.commands.branch:main
vcs-diff = vcstool.commands.diff:main
vcs-export = vcstool.commands.export:main
vcs-remotes = vcstool.commands.remotes:main
vcs-status = vcstool.commands.status:main
vcs = vcstool.commands.vcs:main
vcs-help = vcstool.commands.help:main
vcs-import = vcstool.commands.import_:main
vcs-push = vcstool.commands.push:main
vcs-log = vcstool.commands.log:main

