#!/usr/bin/env python3

import sys

from vcstool.commands.custom import hg_main

sys.exit(hg_main() or 0)
