#!/usr/bin/env python

"""Helper script run by qmv."""

import sys

import move
move.revision_control_move(sys.argv[1:])
