Tue, 07 Jan 2025 17:28:46 -0500 |
Matt Harbison |
pyupgrade: drop redundant `open()` modes
|
Mon, 06 Jan 2025 13:29:42 -0500 |
Matt Harbison |
style: use `ui.xxxnoi18n()` methods instead of wrapping msg in `()`
|
Mon, 09 Oct 2023 22:14:24 -0700 |
Ludovic Chabant |
doc: generate separate commands/topics/extension pages
|
Mon, 09 Oct 2023 22:11:21 -0700 |
Ludovic Chabant |
doc: refactor gendoc for better reusability
|
Thu, 05 Sep 2024 12:28:12 +0200 |
Pierre-Yves David |
help: add :config-doc:`section.key` shorthand to insert documentation
|
Wed, 04 May 2022 18:17:44 +0200 |
Rapha?l Gom?s |
branching: merge stable into default
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 02 May 2022 22:04:59 -0400 |
Matt Harbison |
doc: use an absolute path in sys.path to work around a python DLL loading bug
stable
|
Fri, 12 Feb 2021 13:27:03 -0800 |
Kyle Lippincott |
gendoc: use an empty comment so aliases are separated from previous elements
|
Fri, 12 Feb 2021 11:06:56 -0800 |
Kyle Lippincott |
gendoc: add support for loading extensions from config settings
|
Fri, 12 Feb 2021 11:04:03 -0800 |
Kyle Lippincott |
gendoc: support defaults on customopts a bit better
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Wed, 17 Jun 2020 16:11:11 -0700 |
Kyle Lippincott |
py3: fix broken man page generation, it was generating `(default: NUL*)`
stable
|
Thu, 14 Nov 2019 12:41:33 -0800 |
Martin von Zweigbergk |
i18n: get datapath directly from resourceutil
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|