hgext/histedit.py
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`
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Thu, 24 Mar 2022 16:55:09 -0700 Martin von Zweigbergk histedit: remove an unnecessary default value of `b''` for commit message
Thu, 24 Mar 2022 16:51:20 -0700 Martin von Zweigbergk histedit: use new function for getting first line of a string
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
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
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
Fri, 21 Jan 2022 13:48:18 -0800 Martin von Zweigbergk histedit: attempt to make merge labels more helpful
Mon, 18 Oct 2021 12:30:53 -0700 Martin von Zweigbergk chistedit: explain which order the commits are presented in
Tue, 12 Oct 2021 13:54:06 -0700 Martin von Zweigbergk chistedit: add option to show order of commits in opposite order
Tue, 12 Oct 2021 14:12:41 -0700 Martin von Zweigbergk chistedit: rename a confusingly named variable
Tue, 12 Oct 2021 14:28:51 -0700 Martin von Zweigbergk chistedit: remove some local variable and access state on self instead
Tue, 12 Oct 2021 09:41:11 -0700 Martin von Zweigbergk chistedit: move changeview() onto state class
Tue, 12 Oct 2021 09:38:04 -0700 Martin von Zweigbergk chistedit: move cycleaction() onto state class
Tue, 12 Oct 2021 09:22:29 -0700 Martin von Zweigbergk chistedit: move changeaction() onto state class
Tue, 12 Oct 2021 09:20:46 -0700 Martin von Zweigbergk chistedit: move swap() onto state class
Tue, 12 Oct 2021 09:17:59 -0700 Martin von Zweigbergk chistedit: move makeselection() onto state class
Tue, 12 Oct 2021 09:16:14 -0700 Martin von Zweigbergk chistedit: move changemode() onto state class
Tue, 12 Oct 2021 09:00:51 -0700 Martin von Zweigbergk chistedit: move movecursor() onto state class
less more (0) -300 -100 -50 -30 tip