# HG changeset patch # User gyorgyf # Date 1363711854 0 # Node ID a647bd7dd38dda6c5c9fb8a111e07ff00aa89daf # Parent 89978106f0bb03f34d99a90626a94a8da1e6248e added auto commit scrip diff -r 89978106f0bb -r a647bd7dd38d pushscript.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pushscript.sh Tue Mar 19 16:50:54 2013 +0000 @@ -0,0 +1,7 @@ +cd /var/local/env-test/sessions +DATE=`date` +echo "Committing chages on $DATE" +hg add +hg ci -m "Automated Commit @ $DATE" +hg push +echo "Changes committed succesfully."