[PATCH] Don't output 'Automatic merge failed, ...'
authorFredrik Kuivinen <freku045@student.liu.se>
Tue, 13 Sep 2005 21:40:23 +0000 (23:40 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 22:45:24 +0000 (15:45 -0700)
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>
git-merge-recursive.py

index 145a5cf..eeb3d24 100755 (executable)
@@ -423,5 +423,4 @@ except:
 if clean:
     sys.exit(0)
 else:
-    print 'Automatic merge failed, fix up by hand'
     sys.exit(1)