remote-hg: don't decode UTF-8 paths into Unicode objects
commit5c1d2e8af99c1cf24a38fe830d96a4aedce30e2b
authorRichard Hansen <rhansen@bbn.com>
Mon, 18 Nov 2013 04:12:42 +0000 (17 23:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Nov 2013 20:09:50 +0000 (27 12:09 -0800)
tree54afa76b9537fd627f2ae07ab4010b67fab5844d
parentbecb4336cb05c5ec456babaeafefa2e24ee85773
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