view test.py @ 2:b772d357d698

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

#!/usr/bin/python

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

import sys, os


def main(args):
    print args  


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