remote-bzr: fix bad state issue
commitd6bb9136c93baddf0ee5052638591bd881b19f77
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 26 Apr 2013 21:12:33 +0000 (26 16:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Apr 2013 22:20:26 +0000 (26 15:20 -0700)
treea6e0829c7988b50d2f4e75877f46815cf00c2f7e
parent23df5e40f01ec75fd8f1032dcd34a945e8ce51c0
remote-bzr: fix bad state issue

Carried from remote-hg.

The problem reportedly happened after doing a push that fails, the abort
causes the state of remote-hg to go bad, this happens because
remote-hg's marks are not stored, but 'git fast-export' marks are.

Ensure that the marks are _always_ stored.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-bzr