[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>maint
parent
d9a23fa6f7
commit
0d214b6619
|
@ -423,5 +423,4 @@ except:
|
|||
if clean:
|
||||
sys.exit(0)
|
||||
else:
|
||||
print 'Automatic merge failed, fix up by hand'
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in New Issue