Mercurial > public > mercurial-scm > hg-stable
log mercurial/utils/stringutil.py @ 39089:38409be2f521
age | author | description |
---|---|---|
Fri, 10 Aug 2018 01:42:01 -0400 | Augie Fackler | stringutil: have buildrepr delegate to pprint for unknown types |
Fri, 10 Aug 2018 01:41:31 -0400 | Augie Fackler | stringutil: teach pprint about sets |
Wed, 01 Aug 2018 13:00:45 -0700 | Gregory Szorc | global: use pycompat.xrange() |
Sun, 10 Jun 2018 17:19:31 +0900 | Yuya Nishihara | stringutil: move _formatsetrepr() from smartset |
Wed, 27 Jun 2018 10:21:07 -0400 | Augie Fackler | stringutil: update list of re-special characters to include &~ |
Tue, 26 Jun 2018 10:33:52 -0400 | Augie Fackler | stringutil: add a new function to do minimal regex escaping |
Sun, 10 Jun 2018 12:24:53 +0900 | Yuya Nishihara | stringutil: fix prettyrepr() to not orphan foo=<...> line |