Fix bad merge procedure

parent b4a7d6b1
......@@ -1170,17 +1170,10 @@ fi""" % {'worked_file': worked_file, 'lockfile': lockfile})
with open(promise, 'w') as f:
f.write("""#!/usr/bin/env sh
touch "%(worked_file)s"
<<<<<<< HEAD
if [ ! -f %(lockfile)s ]
then
touch "%(lockfile)s"
else
=======
if [ ! -f %(lockfile)s ]
then
touch "%(lockfile)s"
else
>>>>>>> master
sleep 5
fi
exit 0""" % {'worked_file': worked_file, 'lockfile': lockfile})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment