remote-hg: don't decode UTF-8 paths into Unicode objects
commitc939d241673ad093336e936075a029127368d87e
authorRichard Hansen <rhansen@bbn.com>
Mon, 18 Nov 2013 04:12:42 +0000 (17 23:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:45:56 +0000 (18 13:45 -0800)
treef71954276fbbf8042bbc8283eaf0670413de1aa5
parent706150404d42c712a1a00acf191cbe3e1c499ca2
remote-hg: don't decode UTF-8 paths into Unicode objects

The internal mercurial API expects ordinary 8-bit string objects, not
Unicode string objects.  With this change, the test-hg.sh unit tests
pass again.

Signed-off-by: Richard Hansen <rhansen@bbn.com>
Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg