Files
deb-python-trollius/update-asyncio-step1.sh
Victor Stinner 61199a49a0 enhance git merge
2015-07-11 11:48:22 +02:00

13 lines
309 B
Bash
Executable File

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"