remote-hg: avoid bad refs
commit08c2599c3274c1f473ccae2aae67c04d4bbb57e4
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 12 Nov 2012 17:41:08 +0000 (12 18:41 +0100)
committerJeff King <peff@peff.net>
Mon, 12 Nov 2012 20:34:53 +0000 (12 15:34 -0500)
treeb717c6c101be0e8f4c17da4e9f87259b04e561ae
parent55dd56e042f96832327e07ee500a60db7fd244b9
remote-hg: avoid bad refs

Turns out fast-export throws bad 'reset' commands because of a behavior
in transport-helper that is not even needed.

Either way, better to ignore them, otherwise the user will get warnings
when we OK them.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
contrib/remote-helpers/git-remote-hg