comparison hgext/notify.py @ 30301:8321b083a83d

py3: make util.datapath a bytes variable In this patch we make util.datapath a bytes variable, but we have to pass a unicode to gettext.translation otherwise it will cry. Used pycompat.fsdecode() to decode it back to unicode as it was converted to bytes using pycompat.fsencode().
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 06 Nov 2016 12:18:23 +0900
parents d5883fd055c6
children b425ec7fb7f6
comparison
equal deleted inserted replaced
30300:42af0590f4b9 30301:8321b083a83d