When I try to use "hg update", this shows up:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in position 21: invalid continuation byte
This Error occurs in OSX, not in Windows.
When I try to use "hg update", this shows up:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in position 21: invalid continuation byte
This Error occurs in OSX, not in Windows.
This problem also occurred to me and I guessed that's because python use different filename encoding for Windows and other system, you may find details from:
Mercurial update exception caused by python UnicodeDecodeError