log mercurial/help.py @ 50896:b2b8c25f9462

age author description
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