vcs2l.commands.diff module

class vcs2l.commands.diff.DiffCommand(args)

Bases: Command

command = 'diff'
help = 'Show changes in the working tree'
vcs2l.commands.diff.get_parser()
vcs2l.commands.diff.main(args=None, stdout=None, stderr=None)