Mercurial > public > mercurial-scm > hg-stable
log mercurial/utils/stringutil.py @ 38276:fbb2eddea4d2
age | author | description |
---|---|---|
Sun, 10 Jun 2018 12:24:53 +0900 | Yuya Nishihara | stringutil: fix prettyrepr() to not orphan foo=<...> line |
Sun, 10 Jun 2018 11:50:09 +0900 | Yuya Nishihara | stringutil: promote smartset.prettyformat() to utility function |
Thu, 10 May 2018 21:08:32 +0900 | Yuya Nishihara | stringutil: flip the default of pprint() to bprefix=False |
Thu, 10 May 2018 21:00:58 +0900 | Yuya Nishihara | stringutil: make pprint() forward uninteresting object to b'%r' |
Fri, 27 Apr 2018 13:15:16 -0400 | Augie Fackler | stringutil: teach pprint about tuples |
Fri, 13 Apr 2018 23:57:57 -0400 | Augie Fackler | stringutil: make b prefixes on string output optional |
Fri, 13 Apr 2018 23:55:37 -0400 | Augie Fackler | stringutil: teach pprint how to format None |