hgext/histedit.py
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
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 05 Mar 2020 10:46:31 -0800 Martin von Zweigbergk merge with stable
Thu, 05 Mar 2020 10:52:51 -0500 Augie Fackler merge with stable
Thu, 05 Mar 2020 08:30:11 -0800 Martin von Zweigbergk histedit: fix formatting after D8150 stable
Tue, 25 Feb 2020 13:23:37 -0800 Steve Fink histedit: py3 fixes for curses mode stable
Wed, 15 Jan 2020 15:30:25 -0800 Martin von Zweigbergk merge: introduce a clean_update() for that use-case
Tue, 28 Jan 2020 14:53:23 -0800 Martin von Zweigbergk graft: default `base` argument to common case of `ctx.p1()`
Fri, 27 Dec 2019 18:21:41 -0500 Matt Harbison histedit: avoid using a list comprehension to fill a list with fixed values
Tue, 17 Dec 2019 10:53:51 -0800 Martin von Zweigbergk histedit: use rewriteutil.precheck() instead of reimplementing it
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 30 Nov 2019 03:01:44 -0500 Matt Harbison histedit: fix an `isinstance(nodelist, str)` check for py3 stable
Wed, 30 Oct 2019 19:19:57 -0400 Jordi Gutiérrez Hermoso histedit: render a rolled up description using the proper roll colours
Wed, 30 Oct 2019 19:34:57 -0400 Jordi Gutiérrez Hermoso histedit: define new colour pairs for roll action
Wed, 30 Oct 2019 19:27:09 -0400 Jordi Gutiérrez Hermoso histeditrule: split __bytes__ property into prefix and desc
Sat, 09 Nov 2019 13:23:54 +0100 Pierre-Yves David index: use `index.get_rev` in `histedit.processreplacement`
Sat, 09 Nov 2019 13:23:54 +0100 Pierre-Yves David index: use `index.get_rev` in `histedit.adjustreplacementsfrommarkers`
Fri, 08 Nov 2019 15:09:09 +0100 Pierre-Yves David index: use `index.has_node` in `histedit.cleanupnode`
Fri, 08 Nov 2019 15:08:27 +0100 Pierre-Yves David index: use `index.has_node` in `histedit._finishhistedit
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 01 Nov 2019 21:46:34 -0700 Martin von Zweigbergk histedit: restore hex nodeids to be 12 digits long stable
Thu, 31 Oct 2019 15:03:12 -0700 Martin von Zweigbergk py3: use native strings as keys into **opts in chistedit stable
Thu, 31 Oct 2019 15:00:49 -0700 Martin von Zweigbergk py3: open chistedit file in binary mode using vfs stable
Thu, 31 Oct 2019 15:02:48 -0700 Martin von Zweigbergk py3: avoid another b''.format() in chistedit stable
Thu, 31 Oct 2019 15:02:03 -0700 Martin von Zweigbergk py3: render message about conflicts in chistedit code stable
Thu, 31 Oct 2019 14:46:17 -0700 Martin von Zweigbergk py3: handle keypresses in chistedit stable
Thu, 31 Oct 2019 14:25:51 -0700 Martin von Zweigbergk py3: make chistedit render stable
Tue, 15 Oct 2019 12:14:44 +0200 Denis Laxalde py3: prevent comparison with None in curses histedit (issue6196)
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 25 Sep 2019 14:35:08 -0700 Martin von Zweigbergk update: clarify calculateupdate() call sites by specifying argument names
less more (0) -300 -100 -60 tip