hg
author Christian Ebert <blacktrash@gmx.net>
Tue, 13 Mar 2007 13:17:26 +0100
changeset 4282 a1406a50ca83
parent 3886 abaee83ce0a6
child 4635 63b9d2deed48
permissions -rwxr-xr-x
hgweb: short hash for tip archive name

#!/usr/bin/env python
#
# mercurial - scalable distributed SCM
#
# Copyright 2005, 2006 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.

import mercurial.commands
mercurial.commands.run()