hg
author mpm@selenic.com
Fri, 24 Jun 2005 12:33:14 -0800
changeset 458 ff8fbf99cd64
parent 457 12e0fdbc57a0
child 515 03f27b1381f9
permissions -rwxr-xr-x
Added tag 0.6 for changeset 12e0fdbc57a0be78f0e817fd1d170a3615cd35da

#!/usr/bin/env python
#
# mercurial - a minimal scalable distributed SCM
# 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.

from mercurial import commands

commands.run()