hg
author Eric Hopper <hopper@omnifarious.org>
Tue, 11 Oct 2005 08:39:21 -0700
changeset 1465 be6b5ce60b7f
parent 515 03f27b1381f9
child 1698 ad4a2eefe4d7
permissions -rwxr-xr-x
Implementing pull -r and changing clone -r. Both now support multiple 'target' revisions.

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