hg
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 10 Jun 2005 07:50:20 +0100
changeset 303 15a9e55e7ea5
parent 280 a69c3b2957d1
child 457 12e0fdbc57a0
permissions -rwxr-xr-x
Check if $DISPLAY is set before using tkdiff or kdiff3.

#!/usr/bin/env python
#
# mercurial - a minimal scalable distributed SCM
# v0.5b "katje"
#
# 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()