blame.c: fix completely broken ancestry traversal.
authorJunio C Hamano <junkio@cox.net>
Thu, 6 Apr 2006 01:21:17 +0000 (18:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 6 Apr 2006 01:21:17 +0000 (18:21 -0700)
commitba3c93743a8151e3663e1fda6b3cb165d8373ddf
tree595a7c058133237e1080143da3b90a9f0e76c6a8
parent6cbd5d7d79f5751828397558e7c3611b048565fb
blame.c: fix completely broken ancestry traversal.

Recent revision.c updates completely broken the assignment of
blames by not rewriting commit->parents field unless explicitly
asked to by the caller.  The caller needs to set revs.parents.

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c