hgext/histedit.py
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
Tue, 12 Oct 2021 08:56:56 -0700 Martin von Zweigbergk chistedit: move patchcontents() onto state class
Tue, 12 Oct 2021 08:55:19 -0700 Martin von Zweigbergk chistedit: move event() onto state class
Mon, 11 Oct 2021 23:07:54 -0700 Martin von Zweigbergk chistedit: move renderpatch() and dependencies onto state class
Mon, 11 Oct 2021 23:04:29 -0700 Martin von Zweigbergk chistedit: move renderrules() onto state class
Mon, 11 Oct 2021 23:02:49 -0700 Martin von Zweigbergk chistedit: move layout() and dependencies onto state class
Mon, 11 Oct 2021 22:51:58 -0700 Martin von Zweigbergk chistedit: move rendercommit() onto state class
Mon, 11 Oct 2021 22:47:37 -0700 Martin von Zweigbergk chistedit: move view state from a dict to a custom class
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Tue, 28 Sep 2021 09:32:24 -0700 Martin von Zweigbergk histedit: use more specific exceptions for more detailed exit codes
Tue, 28 Sep 2021 09:25:05 -0700 Martin von Zweigbergk histedit: remove redundant checks for unfinished histedit state
less more (0) -300 -100 -50 -30 tip