[console_scripts]
vcs-pull = vcstool.commands.pull:main
vcs-custom = vcstool.commands.custom:main
vcs-branch = vcstool.commands.branch:main
vcs-svn = vcstool.commands.custom:svn_main
vcs-diff = vcstool.commands.diff:main
vcs-export = vcstool.commands.export:main
vcs-remotes = vcstool.commands.remotes:main
vcs-import = vcstool.commands.import_:main
vcs = vcstool.commands.vcs:main
vcs-help = vcstool.commands.help:main
vcs-git = vcstool.commands.custom:git_main
vcs-push = vcstool.commands.push:main
vcs-bzr = vcstool.commands.custom:bzr_main
vcs-hg = vcstool.commands.custom:hg_main
vcs-log = vcstool.commands.log:main
vcs-status = vcstool.commands.status:main

