remote-bzr: fix for disappeared revisions
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 7 May 2013 23:39:35 +0000 (18:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2013 05:38:40 +0000 (22:38 -0700)
It's possible that the previous tip goes away, we should not assume it's
always present. Fortunately we are only using it to calculate the
progress to display to the user, so only that needs to be fixed.

Also, add a test that triggers this issue.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found