Wed, 28 Dec 2022 21:33:44 -0800 |
Ludovic Chabant |
bookflow: fix bullet list indentation in docstring
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Fri, 03 Feb 2023 04:10:00 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "bookflow"
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
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
|