Skip to content

Commit

Permalink
[PATCH] Don't output 'Automatic merge failed, ...'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fredrik Kuivinen authored and Junio C Hamano committed Sep 13, 2005
1 parent d9a23fa commit 0d214b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-merge-recursive.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,5 +423,4 @@ def usage():
if clean:
sys.exit(0)
else:
print 'Automatic merge failed, fix up by hand'
sys.exit(1)

0 comments on commit 0d214b6

Please sign in to comment.