changeset 1:d7a061749a84

Test commit to see if CIA triggers
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 13:26:04 +0200
parents 47bb2ed24e79
children b772d357d698
files test.py
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.py	Sat May 05 13:26:04 2012 +0200
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+
+"""Test script to be used for hghooks debugging"""
+
+import sys
+
+def main(args):
+    print args
+
+
+if __name__ == "__main__":
+   main(sys.argv)