t9350: point out that refs are not updated correctly
commit66849046716b9b1278f43352ddf91cbd4f60732c
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 04:25:48 +0000 (11 23:25 -0500)
treea1a26d584e91c7728691063fb8e9849902acffe8
parentc6cc566ad81589f8a781f1f95310d9414b5577c4
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