view test.py @ 4:8fb524440907

This push should work
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 16:47:44 +0200
parents 8cb24da1f91c
children e3fee6ceaf19
line wrap: on
line source

#!/usr/bin/python

"""Test script to be used for hghooks debugging"""

import sys


def main(args):
    print args


if __name__ == "__main__":
    main(sys.argv)