#!/usr/bin/env python

import sys
from vcstool.commands.diff import main

sys.exit(main() or 0)
