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
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
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Fri, 18 Jun 2021 13:55:45 -0700 Martin von Zweigbergk histedit: don't swallow errors that happen when updating the working copy
Fri, 18 Jun 2021 13:44:05 -0700 Martin von Zweigbergk histedit: don't record labels for output that we will discard
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Wed, 14 Apr 2021 12:01:27 +0200 Pierre-Yves David histedit: use `get_unique_push_path`
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 22 Jan 2021 15:43:06 -0500 Augie Fackler histedit: rip out mysterious catch-all ignore curses.error handler
Fri, 22 Jan 2021 15:32:00 -0500 Augie Fackler histedit: notice when the main window underflows height and abort
Fri, 22 Jan 2021 15:29:12 -0500 Augie Fackler histedit: don't assign to _ for unused values
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Thu, 10 Dec 2020 13:15:15 -0500 Augie Fackler histedit: adjust comment describing `edit` action for clarity
Thu, 10 Dec 2020 11:42:49 -0500 Augie Fackler histedit: tweak `edit` message to try and guide users to our workflow
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 16 Nov 2020 10:56:54 -0800 Martin von Zweigbergk histedit: don't crash if commit message is empty
Mon, 16 Nov 2020 10:30:53 -0800 Martin von Zweigbergk histedit: disable color while rendering template for use in plan
Mon, 16 Nov 2020 10:30:06 -0800 Martin von Zweigbergk tests: show how `hg histedit` can put color codes in histedit plan
Thu, 22 Oct 2020 23:35:04 -0700 Martin von Zweigbergk histedit: drop fallback to empty string from rendertemplate()
Mon, 21 Sep 2020 11:53:44 -0700 Martin von Zweigbergk merge: replace calls to hg.updaterepo() by merge.update()
Fri, 11 Sep 2020 09:35:49 -0700 Martin von Zweigbergk histedit: cache description line
less more (0) -300 -100 -60 tip