Mercurial > hg > env-test-daniele
view pushscript.sh @ 21:a647bd7dd38d
added auto commit scrip
author | gyorgyf |
---|---|
date | Tue, 19 Mar 2013 16:50:54 +0000 |
parents | |
children |
line wrap: on
line source
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."