Thu, 05 Jan 2023 17:38:14 -0500 |
Matt Harbison |
histedit: byteify the help for the multifold action
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 02:21:18 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg histedit`
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 01:38:07 +0100 |
Pierre-Yves David |
path: directly use the push_variant in `hg histedit` outgoing logic
|
file |
diff |
annotate
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
file |
diff |
annotate
|
Mon, 30 May 2022 16:18:12 +0200 |
Manuel Jacob |
node: stop converting binascii.Error to TypeError in bin()
|
file |
diff |
annotate
|
Thu, 24 Mar 2022 16:55:09 -0700 |
Martin von Zweigbergk |
histedit: remove an unnecessary default value of `b''` for commit message
|
file |
diff |
annotate
|
Thu, 24 Mar 2022 16:51:20 -0700 |
Martin von Zweigbergk |
histedit: use new function for getting first line of a string
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Tue, 01 Mar 2022 20:29:03 -0800 |
Gregory Szorc |
py3: use pickle directly
|
file |
diff |
annotate
|
Fri, 21 Jan 2022 13:48:18 -0800 |
Martin von Zweigbergk |
histedit: attempt to make merge labels more helpful
|
file |
diff |
annotate
|
Mon, 18 Oct 2021 12:30:53 -0700 |
Martin von Zweigbergk |
chistedit: explain which order the commits are presented in
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 13:54:06 -0700 |
Martin von Zweigbergk |
chistedit: add option to show order of commits in opposite order
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 14:12:41 -0700 |
Martin von Zweigbergk |
chistedit: rename a confusingly named variable
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 14:28:51 -0700 |
Martin von Zweigbergk |
chistedit: remove some local variable and access state on self instead
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:41:11 -0700 |
Martin von Zweigbergk |
chistedit: move changeview() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:38:04 -0700 |
Martin von Zweigbergk |
chistedit: move cycleaction() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:22:29 -0700 |
Martin von Zweigbergk |
chistedit: move changeaction() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:20:46 -0700 |
Martin von Zweigbergk |
chistedit: move swap() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:17:59 -0700 |
Martin von Zweigbergk |
chistedit: move makeselection() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:16:14 -0700 |
Martin von Zweigbergk |
chistedit: move changemode() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 09:00:51 -0700 |
Martin von Zweigbergk |
chistedit: move movecursor() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 08:56:56 -0700 |
Martin von Zweigbergk |
chistedit: move patchcontents() onto state class
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 08:55:19 -0700 |
Martin von Zweigbergk |
chistedit: move event() onto state class
|
file |
diff |
annotate
|
Mon, 11 Oct 2021 23:07:54 -0700 |
Martin von Zweigbergk |
chistedit: move renderpatch() and dependencies onto state class
|
file |
diff |
annotate
|
Mon, 11 Oct 2021 23:04:29 -0700 |
Martin von Zweigbergk |
chistedit: move renderrules() onto state class
|
file |
diff |
annotate
|
Mon, 11 Oct 2021 23:02:49 -0700 |
Martin von Zweigbergk |
chistedit: move layout() and dependencies onto state class
|
file |
diff |
annotate
|
Mon, 11 Oct 2021 22:51:58 -0700 |
Martin von Zweigbergk |
chistedit: move rendercommit() onto state class
|
file |
diff |
annotate
|
Mon, 11 Oct 2021 22:47:37 -0700 |
Martin von Zweigbergk |
chistedit: move view state from a dict to a custom class
|
file |
diff |
annotate
|