summaryrefslogtreecommitdiff
path: root/update-asyncio-step3.sh
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-07-11 11:38:14 +0200
committerVictor Stinner <vstinner@redhat.com>2015-07-11 11:40:34 +0200
commitcfcc3c0f51b9d3e8fbd6a945db7b6ce4cd5ebc49 (patch)
tree7f6ea777f09210c6ab1eab2cb002679adbe16f87 /update-asyncio-step3.sh
parent05e99d691bc080e0d551c0eea50b0097c098e088 (diff)
downloadtrollius-git-cfcc3c0f51b9d3e8fbd6a945db7b6ce4cd5ebc49.tar.gz
update scripts to git
Diffstat (limited to 'update-asyncio-step3.sh')
-rwxr-xr-xupdate-asyncio-step3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-asyncio-step3.sh b/update-asyncio-step3.sh
index 202b44b..d7d63ba 100755
--- a/update-asyncio-step3.sh
+++ b/update-asyncio-step3.sh
@@ -1,4 +1,4 @@
set -e -x
./update-tulip-step2.sh
tox -e py27,py34
-hg ci -m 'Merge Tulip into Trollius'
+git commit -m 'Merge asyncio into trollius'