vcs2l.commands.pull module

class vcs2l.commands.pull.PullCommand(args)

Bases: Command

command = 'pull'
help = 'Bring changes from the repository into the working copy'
vcs2l.commands.pull.get_parser()
vcs2l.commands.pull.main(args=None, stdout=None, stderr=None)