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

