Tue, 28 Sep 2021 09:32:24 -0700 |
Martin von Zweigbergk |
histedit: use more specific exceptions for more detailed exit codes
|
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
|
Mon, 16 Nov 2020 16:00:50 -0800 |
Martin von Zweigbergk |
errors: use exit code 10 for parse errors
|
Fri, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
Tue, 10 Nov 2020 09:14:01 -0800 |
Martin von Zweigbergk |
destutil: raise more specific error when histedit.defaultrev is empty
|
Mon, 12 Oct 2020 12:44:18 -0700 |
Martin von Zweigbergk |
errors: introduce StateError and use it from commands and cmdutil
|
Wed, 21 Oct 2020 19:00:16 -0700 |
Martin von Zweigbergk |
errors: add config that lets user get more detailed exit codes
|
Fri, 28 Jun 2019 00:35:52 +0530 |
Taapas Agrawal |
abort: added support for histedit
|
Mon, 01 Apr 2019 19:02:24 -0700 |
Rodrigo Damazio Bovendorp |
histedit: narrow the scope of discarded ui output
|
Sat, 26 Jan 2019 17:51:55 +0900 |
Yuya Nishihara |
dispatch: quote filename in IOError as well
|
Wed, 09 Jan 2019 20:00:35 -0800 |
rdamazio |
histedit: crashing with a more useful error message on empty defaultrev
stable
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Fri, 23 Feb 2018 11:48:58 +0530 |
Sangeet Kumar Mishra |
histedit: make histedit's commands accept revsets (issue5746)
|
Tue, 13 Feb 2018 18:48:47 -0500 |
Augie Fackler |
tests: add some b-prefixes on local script in test-histedit-arguments
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Sat, 02 Dec 2017 19:33:34 -0500 |
Matt Harbison |
tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
|
Thu, 28 Sep 2017 18:56:40 +0100 |
Boris Feld |
config: use 'experimental.evolution.allowunstable'
|
Thu, 28 Sep 2017 18:19:06 +0100 |
Boris Feld |
config: use 'experimental.evolution.create-markers'
|
Thu, 05 Oct 2017 21:56:25 +0000 |
Saurabh Singh |
histedit: removing the experimental config 'histeditng'
|
Fri, 04 Aug 2017 18:41:16 +0200 |
Boris Feld |
test: update evolution config
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: use scmutil.cleanupnodes (BC)
|
Sat, 08 Jul 2017 16:50:31 -0700 |
Jun Wu |
histedit: unify strip backup files on success (BC)
|
Wed, 05 Jul 2017 11:10:11 -0500 |
Augie Fackler |
tests: replace yet more calls to `python` with $PYTHON
|
Sat, 18 Feb 2017 21:30:28 +1100 |
Ben Schmidt |
histedit: modify rollup to discard date from the rollup commit (issue4820)
|
Tue, 20 Sep 2016 23:45:25 +0000 |
timeless |
histedit: use single quotes in use warning
|
Tue, 21 Jun 2016 14:58:49 -0700 |
Sean Farley |
histedit: move autoverb rule to the commit it matches
|
Fri, 06 May 2016 18:12:36 -0700 |
Sean Farley |
histedit: add experimental config for using the first word of the commit
|
Wed, 23 Mar 2016 13:34:47 -0700 |
Martijn Pieters |
graphmod: set default edge styles for ascii graphs (BC)
|
Tue, 08 Mar 2016 21:59:06 +0100 |
liscju |
histedit: adds hint how to reorder changesets at editor (issue3766)
|