hgext/histedit.py
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
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 15 Feb 2019 14:56:07 -0500 Jordi Gutiérrez Hermoso chistedit: ensure a locale is set
Wed, 13 Feb 2019 16:58:24 -0500 Jordi Gutiérrez Hermoso chistedit: use magenta for current line as in crecord (issue6071)
Thu, 14 Feb 2019 20:57:26 +0530 Akshit Jain chistedit: improve proper username in histedit curses interface
Wed, 13 Feb 2019 16:02:44 -0500 Jordi Gutiérrez Hermoso histedit: remove "chistedit" mention from interface
Tue, 29 Jan 2019 18:46:11 -0500 Augie Fackler histedit: add templating support to histedit's rule file generation
Fri, 25 Jan 2019 23:22:23 -0800 Martin von Zweigbergk cleanup: use p1() instead of parents() when we only need the first parent
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Mon, 14 Jan 2019 22:19:43 -0500 Augie Fackler histedit: fix call to _getgoal() by adding a byteskwargs() wrapper
Thu, 10 Jan 2019 20:11:19 +0530 Taapas Agrawal histedit: add rewrite.update-timestamp support to fold and mess
Sun, 13 Jan 2019 14:46:15 +0900 Yuya Nishihara histedit: remove trailing space from warning message
Sun, 13 Jan 2019 14:44:44 +0900 Yuya Nishihara histedit: fix weird indent of i18n text
Sat, 12 Jan 2019 17:47:46 +0900 Yuya Nishihara help: document rewrite.backup-bundle option
Sat, 12 Jan 2019 17:43:36 +0900 Yuya Nishihara repair: move ui.history-editing-backup to [rewrite] section
Fri, 11 Jan 2019 12:40:16 -0800 Kyle Lippincott histedit: add newline after ui.log "# acttions to histedit" message
Wed, 09 Jan 2019 18:00:20 -0500 Augie Fackler histedit: fix --continue and --abort when curses is enabled
Wed, 09 Jan 2019 15:34:24 -0800 Martin von Zweigbergk histedit: use context manager for locks
Wed, 09 Jan 2019 15:32:26 -0800 Martin von Zweigbergk histedit: drop unused constructor arguments (API)
Sun, 06 Jan 2019 09:34:41 +0530 Navaneeth Suresh histedit: add user input to warning message on editing tagged commits
Fri, 04 Jan 2019 00:00:44 +0530 Navaneeth Suresh histedit: add warning message on editing tagged commits (issue4017)
Thu, 15 Nov 2018 17:36:15 -0500 Matt Harbison histedit: conditionalize the imports of 'fcntl' and 'termios'
Wed, 17 Oct 2018 17:15:42 -0400 Augie Fackler histedit: import chistedit curses UI from hg-experimental
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 03 Oct 2018 10:27:44 -0700 Martin von Zweigbergk cleanup: some Yoda conditions, this patch removes
Wed, 26 Sep 2018 21:51:29 +0200 Boris Feld histedit: don't cleanup nodes already disposed of
Tue, 24 Jul 2018 22:51:11 -0700 Martin von Zweigbergk histedit: avoid repeating name of state file in a few places
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Thu, 19 Jul 2018 22:30:37 +0530 Sushil khanchi histedit: drop --no-backup option
Tue, 10 Jul 2018 17:01:06 +0530 Sushil khanchi histedit: add history-editing-backup config option
Thu, 05 Jul 2018 09:47:11 +0530 Sushil khanchi histedit: improve help text for --no-backup option
Fri, 22 Jun 2018 23:53:43 +0530 Sushil khanchi histedit: add --no-backup option (issue5825)
Sun, 01 Jul 2018 21:40:55 +0900 Yuya Nishihara cleanup: pass in overwrite flag to hg.updaterepo() as named argument
Sat, 30 Jun 2018 07:23:02 +0530 Pulkit Goyal histedit: use self.stateobj to check whether interrupted histedit exists
Sat, 30 Jun 2018 07:21:21 +0530 Pulkit Goyal histedit: add a stateobj variable to histeditstate class
Sat, 30 Jun 2018 07:10:49 +0530 Pulkit Goyal histedit: factor out logic of processing state data in separate fn
Sat, 30 Jun 2018 07:05:36 +0530 Pulkit Goyal histedit: use hg.updaterepo() to avoid ui.{push|pop}buffer() hack
Sun, 17 Jun 2018 22:05:54 -0700 Martin von Zweigbergk histedit: use progress helper
Fri, 13 Apr 2018 22:46:37 -0700 Martin von Zweigbergk scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
Fri, 06 Apr 2018 09:43:17 -0700 Martin von Zweigbergk histedit: look up partial nodeid as partial nodeid
Fri, 06 Apr 2018 09:41:25 -0700 Martin von Zweigbergk histedit: drop unnecessary check for "self.node is not None"
less more (0) -300 -100 -60 tip