#!/usr/bin/env python
from easyhg.merge import sys, run
sys.exit(run(sys.argv[1:]))
