[PATCH] Don't output 'Automatic merge failed, ...'
git-merge.sh does this for us. Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
d9a23fa6f7
commit
0d214b6619
@ -423,5 +423,4 @@ except:
|
|||||||
if clean:
|
if clean:
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
else:
|
else:
|
||||||
print 'Automatic merge failed, fix up by hand'
|
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user