Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Mon, 16 Sep 2024 15:36:38 +0200 |
Matt Harbison |
format: add many "missing" comma
|
Thu, 05 Sep 2024 12:28:12 +0200 |
Pierre-Yves David |
help: add :config-doc:`section.key` shorthand to insert documentation
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Thu, 02 Feb 2023 17:26:10 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Fri, 25 Nov 2022 15:14:40 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Sun, 20 Nov 2022 22:54:43 -0500 |
Matt Harbison |
typing: add type hints to mercurial/help.py
|
Sun, 20 Nov 2022 15:55:27 -0500 |
Matt Harbison |
help: fix a py3 error interpolating Set into b'%s'
stable
|
Thu, 03 Nov 2022 15:43:04 +0100 |
Raphaël Gomès |
config: add alias from `hg help rhg` to `hg help rust`
stable
|
Thu, 24 Mar 2022 20:31:44 -0700 |
Martin von Zweigbergk |
help: use new function for getting first line of string
|
Mon, 21 Feb 2022 11:10:08 -0700 |
Gregory Szorc |
help: remove pycompat.iteritems()
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 26 Nov 2021 14:28:27 +0100 |
Raphaël Gomès |
docs: add documentation about Rust
stable
|
Fri, 01 Oct 2021 12:17:09 +0200 |
Simon Sapin |
dirstate-v2: Add internal documentation
|
Tue, 27 Apr 2021 14:59:45 -0700 |
Martin von Zweigbergk |
help: add topic about evolution, based on text from evolve extension
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Mon, 25 Jan 2021 23:08:33 +0100 |
Pierre-Yves David |
help: escape ':' (as '\:') when generating command names
|
Wed, 13 Jan 2021 22:37:21 -0800 |
Martin von Zweigbergk |
errors: raise InputError when non-existent help section requested
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Tue, 06 Oct 2020 20:45:52 -0700 |
Martin von Zweigbergk |
errors: name arguments to AmbiguousCommand constructor
|
Wed, 30 Sep 2020 00:33:53 -0700 |
Ludovic Chabant |
help: extract logic for listing commands and topics
|
Mon, 22 Jun 2020 13:32:20 +0200 |
Pierre-Yves David |
documentation: add some internals documentation about bid merge
|
Sun, 29 Mar 2020 14:22:07 -0700 |
Gregory Szorc |
extensions: refactor function for obtaining disabled extension help
|
Mon, 10 Feb 2020 17:31:05 -0500 |
Augie Fackler |
cleanup: re-run black on the codebase
|
Sun, 09 Feb 2020 15:50:36 -0500 |
Valentin Gatien-Baron |
help: add a mechanism to change flags' help depending on config
|
Sat, 28 Dec 2019 23:35:13 -0500 |
Matt Harbison |
resourceutil: don't limit resources to the `mercurial` package
|
Thu, 12 Dec 2019 12:57:13 -0800 |
Martin von Zweigbergk |
help: get helptext/ data from `resources` module if available
|
Thu, 14 Nov 2019 13:18:22 -0800 |
Martin von Zweigbergk |
util: remove datapath and swith users over to resourceutil
|