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
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
Mon, 10 Aug 2020 21:46:47 -0700 Martin von Zweigbergk revert: remove dangerous `parents` argument from `cmdutil.revert()`
Mon, 29 Jun 2020 20:53:32 +0900 Yuya Nishihara merge with stable
Sun, 28 Jun 2020 18:02:45 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358) stable
Sun, 28 Jun 2020 17:49:14 +0200 Manuel Jacob curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)
Fri, 26 Jun 2020 09:37:34 +0200 Manuel Jacob curses: do not initialize LC_ALL to user settings (issue6358)
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Thu, 02 Apr 2020 21:58:10 +0530 Pulkit Goyal merge with stable
Wed, 01 Apr 2020 14:14:55 -0700 Kyle Lippincott histedit: add missing b prefix to a string stable 5.3.2
Tue, 24 Mar 2020 23:31:36 -0700 Martin von Zweigbergk py3: use integer division in histedit
Tue, 17 Mar 2020 12:59:31 -0700 Kyle Lippincott chistedit: support histedit.summary-template in curses histedit plan
less more (0) -300 -100 -60 tip