diff options
author | Victor Stinner <vstinner@redhat.com> | 2015-07-11 11:38:14 +0200 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2015-07-11 11:40:34 +0200 |
commit | cfcc3c0f51b9d3e8fbd6a945db7b6ce4cd5ebc49 (patch) | |
tree | 7f6ea777f09210c6ab1eab2cb002679adbe16f87 /update-asyncio-step3.sh | |
parent | 05e99d691bc080e0d551c0eea50b0097c098e088 (diff) | |
download | trollius-git-cfcc3c0f51b9d3e8fbd6a945db7b6ce4cd5ebc49.tar.gz |
update scripts to git
Diffstat (limited to 'update-asyncio-step3.sh')
-rwxr-xr-x | update-asyncio-step3.sh | 2 |
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' |