t9350: point out that refs are not updated correctly
commit5e423c5337a541879ea00851692a6d91fa5ea4ac
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerStepan Kasal <kasal@ucw.cz>
Fri, 11 Apr 2014 17:11:27 +0000 (11 19:11 +0200)
tree95250ccd0d18cd0c7ddb51d17ec00e77ede71f11
parent59012db4c13bc4dc9ac0f4cb9a64d85bd74a990e
t9350: point out that refs are not updated correctly

This happens only when the corresponding commits are not exported in
the current fast-export run. This can happen either when the relevant
commit is already marked, or when the commit is explicitly marked
as UNINTERESTING with a negative ref by another argument.

This breaks fast-export basec remote helpers.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
t/t9350-fast-export.sh