hg
author mpm@selenic.com
Wed, 29 Jun 2005 22:12:23 -0800
changeset 530 c5b8ed036433
parent 515 03f27b1381f9
child 1698 ad4a2eefe4d7
permissions -rwxr-xr-x
Add removing print to TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add removing print to TODO manifest hash: 42be0c5bc52258bd3399f19257398f02af16c5ee -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCw41HywK+sNU5EO8RAvRIAKCd6o7sSJIXXMZa/i9o1CyIH0GhLgCePs5U 1BkkXUN2RcqfOpDqe6cUIW0= =aOPc -----END PGP SIGNATURE-----

#!/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()