plugin/threesomelib/util/io.py @ d4684baf9cfe

Add use hunk functionality for Compare and Path modes.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 21:28:36 -0400
parents c716ddab8449
children (none)
import sys


def error(m):
    sys.stdout.write(str(m) + '\n')