comparison CONTRIBUTORS @ 30665:01721d382c16

py3: add warnings in check-code related to py3 We have our own bytes versions of things like, getopt.getopt, os.sep, os.name, sys.executable, os.environ and few more for python 3 portability. Its better to come up with warnings if someone breaks the things which we have fixed. After this patch, check-code will warn us to use our bytes version. These checks run on mercurial/ and hgext/ and pycompat.py is excluded.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 21 Dec 2016 22:42:31 +0530
parents c29efd272395
children
comparison
equal deleted inserted replaced
30664:69acfd2ca11e 30665:01721d382c16