summaryrefslogtreecommitdiff
path: root/update-asyncio-step1.sh
blob: e2ac4f6fc642699b3725b74d3a0edbaa7954e915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set -e -x
git checkout trollius
git pull -u
git checkout master
git pull https://github.com/python/asyncio.git

git checkout trollius
# rename-threshold=25: a similarity of 25% is enough to consider two files
# rename candidates
git merge -X rename-threshold=25 master

echo "Now run ./update-tulip-step2.sh"