Skip to content
Snippets Groups Projects
hg 327 B
Newer Older
#!/usr/bin/env python
#
# mercurial - a minimal scalable distributed SCM
mpm's avatar
mpm committed
# v0.6 "paola"
#
# Copyright 2005 Matt Mackall <mpm@selenic.com>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.

mpm's avatar
mpm committed
from mercurial import commands
mpm's avatar
mpm committed
commands.run()