diff -r 2c8ec8c2ddfe -r 400dfded8a29 mercurial/store.py --- a/mercurial/store.py Mon Oct 03 13:29:59 2016 +0200 +++ b/mercurial/store.py Sat Oct 08 08:45:28 2016 -0700 @@ -65,7 +65,7 @@ these characters will be escaped by encodefunctions ''' - winreserved = [ord(x) for x in '\\:*?"<>|'] + winreserved = [ord(x) for x in u'\\:*?"<>|'] for x in range(32): yield x for x in range(126, 256):