t9350: point out that refs are not updated correctly
commitf5d7ce27170153d8e878fac9f9ba0dff8b05aac2
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 13:54:04 +0000 (24 15:54 +0200)
committerMichael J Gruber <git@drmicha.warpmail.net>
Fri, 30 Nov 2012 08:54:11 +0000 (30 09:54 +0100)
treebeebf32f627ae11da553cef2df8bfd68a8ec968c
parent19e1b0a2032ea70977d8d774ed994913f067038b
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