log mercurial/utils/stringutil.py @ 37749:73d0a3dd7e53

age author description
Fri, 13 Apr 2018 23:55:37 -0400 Augie Fackler stringutil: teach pprint how to format None
Sat, 14 Apr 2018 01:34:44 -0400 Augie Fackler stringutil: ast.literal_eval needs a unicode on py3
Thu, 12 Apr 2018 20:42:42 -0700 Gregory Szorc stringutil: support more types with pprint()
Sun, 08 Apr 2018 11:55:46 +0900 Yuya Nishihara wireproto: convert python literal to object without using unsafe eval()