From: Richard Hansen Date: Mon, 18 Nov 2013 04:12:42 +0000 (-0500) Subject: remote-hg: don't decode UTF-8 paths into Unicode objects X-Git-Tag: v1.8.5~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5c1d2e8af99c1cf24a38fe830d96a4aedce30e2b?ds=inline;hp=5c1d2e8af99c1cf24a38fe830d96a4aedce30e2b 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 Reviewed-by: Felipe Contreras Signed-off-by: Junio C Hamano ---