Mercurial > hg
log hgext/bookflow.py @ 47467:3ab267f0cbe4
age | author | description |
---|---|---|
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 |
Thu, 20 Dec 2018 23:16:58 -0500 | Matt Harbison | py3: convert `'{}'.format(foo)` to `'%s' % foo` in the bookflow extension |
Mon, 03 Dec 2018 14:17:38 -0500 | idlsoft | bookflow: new extension for bookmark-based branching |