log hgext/histedit.py @ 51713:74f1bf147a6d

age author description
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 07 May 2024 15:15:41 +0400 Anton Shestakov chistedit: change action for the correct item stable
Tue, 12 Dec 2023 11:47:48 +0100 Julien Cristau histedit: remove superfluous echo() and endwin() calls (issue6859) stable
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Fri, 03 Feb 2023 04:21:32 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "histedit"
Thu, 27 Oct 2022 17:34:02 -0400 Jordi Gutiérrez Hermoso histedit: fix diff colors stable
Thu, 02 Mar 2023 14:44:17 +0100 Pierre-Yves David branch: pass current transaction when writing branch in histedit
Tue, 31 Jan 2023 11:41:59 +0100 Pierre-Yves David branching: merge with stable
Thu, 05 Jan 2023 17:38:14 -0500 Matt Harbison histedit: byteify the help for the multifold action stable
Thu, 05 Jan 2023 17:38:14 -0500 Matt Harbison histedit: byteify the help for the multifold action
Thu, 01 Dec 2022 02:21:18 +0100 Pierre-Yves David path: pass `path` to `peer` in `hg histedit`
Thu, 01 Dec 2022 01:38:07 +0100 Pierre-Yves David path: directly use the push_variant in `hg histedit` outgoing logic
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`