view hg @ 303:15a9e55e7ea5

Check if $DISPLAY is set before using tkdiff or kdiff3.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 10 Jun 2005 07:50:20 +0100
parents a69c3b2957d1
children 12e0fdbc57a0
line wrap: on
line source

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