log hgext/histedit.py @ 43373:de2c8722a787 stable

age author description
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
Wed, 25 Sep 2019 13:50:48 -0400 Augie Fackler histedit: sniff-test for untracked file conflicts before prompting for rules
Thu, 25 Jul 2019 21:28:29 +0900 Yuya Nishihara curses: do not setlocale() at import time (issue5261) stable
Fri, 28 Jun 2019 00:35:52 +0530 Taapas Agrawal abort: added support for histedit
Thu, 20 Jun 2019 11:40:08 +0530 Taapas Agrawal statecheck: added support for cmdutil.afterresolvedstates
Sun, 09 Jun 2019 00:43:36 +0530 Taapas Agrawal state: created new class statecheck to handle unfinishedstates
Sat, 08 Jun 2019 23:43:53 +0530 Taapas Agrawal states: moved cmdutil.unfinishedstates to state.py
Thu, 25 Apr 2019 15:30:40 -0700 feyu histedit: Speed up scrolling in patch view mode
Thu, 02 May 2019 16:43:34 -0700 Yu Feng histedit: Show file names in multiple line format
Tue, 16 Apr 2019 13:12:21 -0400 Jordi Gutiérrez Hermoso chistedit: use context manager to set verbose ui
Wed, 03 Apr 2019 23:55:03 -0400 Jordi Gutiérrez Hermoso chistedit: add basic colours to diff view
Fri, 05 Apr 2019 14:54:45 -0400 Jordi Gutiérrez Hermoso chistedit: use default curses colours
Thu, 04 Apr 2019 10:41:55 -0400 Jordi Gutiérrez Hermoso chistedit: properly show verbose diffs
Mon, 01 Apr 2019 19:02:24 -0700 Rodrigo Damazio Bovendorp histedit: narrow the scope of discarded ui output
Tue, 26 Mar 2019 11:53:30 -0400 Jordi Gutiérrez Hermoso chistedit: change in-progress message
Tue, 19 Mar 2019 22:58:39 -0700 Martin von Zweigbergk memctx: rename constructor argument "copied" to "copysource" (API)
Sat, 02 Mar 2019 13:15:53 -0800 Gregory Szorc global: use raw string for setlocale() argument