Mercurial > public > mercurial-scm > hg
log mercurial/utils/stringutil.py @ 44022:c1ccefb513e4
age | author | description |
---|---|---|
Sat, 28 Dec 2019 01:51:17 -0500 | Matt Harbison | cleanup: drop redundant character escapes outside of `[]` |
Fri, 08 Nov 2019 11:19:20 -0800 | Augie Fackler | cleanup: remove pointless r-prefixes on single-quoted strings |
Sun, 06 Oct 2019 09:48:39 -0400 | Augie Fackler | formatting: byteify all mercurial/ and hgext/ string literals |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Mon, 19 Nov 2018 18:54:44 +0000 | Boris Feld | match: provide and use a quick way to escape a single byte |
Sun, 14 Oct 2018 07:23:02 +0200 | Yuya Nishihara | stringutil: allow to specify initial indent level of pprint() |
Sun, 14 Oct 2018 07:18:19 +0200 | Yuya Nishihara | stringutil: make level parameter of pprintgen() 0-origin |