vcs2l.commands.custom module
- class vcs2l.commands.custom.CustomCommand(args)
Bases:
Command
- command = 'custom'
- help = 'Run a custom command'
- vcs2l.commands.custom.bzr_main(args=None)
- vcs2l.commands.custom.get_parser()
- vcs2l.commands.custom.git_main(args=None)
- vcs2l.commands.custom.hg_main(args=None)
- vcs2l.commands.custom.main(args=None, stdout=None, stderr=None)
- vcs2l.commands.custom.svn_main(args=None)