tests/test-histedit-edit.t
Wed, 27 Apr 2022 15:47:57 +0200 Martin von Zweigbergk commit: don't use hard-coded `.hg/last-message.txt` path in error message stable
Tue, 28 Sep 2021 09:32:24 -0700 Martin von Zweigbergk histedit: use more specific exceptions for more detailed exit codes
Fri, 29 Jan 2021 12:16:55 -0800 Martin von Zweigbergk errors: use exit code 40 for when a hook fails
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
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
Thu, 08 Oct 2020 15:35:44 -0700 Martin von Zweigbergk errors: stop passing non-strings to Abort's constructor
Mon, 20 Apr 2020 14:37:10 -0700 Martin von Zweigbergk commit: tell user what to do with .hg/last-message.txt
Mon, 01 Apr 2019 19:02:24 -0700 Rodrigo Damazio Bovendorp histedit: narrow the scope of discarded ui output
Wed, 16 Jan 2019 17:33:47 -0800 Martin von Zweigbergk localrepo: use context manager for transaction in commit()
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
Thu, 10 Jan 2019 18:31:46 +0530 Navaneeth Suresh tests: add test for warning on histedit with tagged commits
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Thu, 05 Oct 2017 21:56:25 +0000 Saurabh Singh histedit: removing the experimental config 'histeditng'
Fri, 11 Aug 2017 15:20:41 +0200 André Klitzing histedit: check first changeset for verb "roll" or "fold" (issue5498)
Sat, 08 Jul 2017 16:50:31 -0700 Jun Wu histedit: use scmutil.cleanupnodes (BC)
Sat, 18 Feb 2017 21:30:28 +1100 Ben Schmidt histedit: modify rollup to discard date from the rollup commit (issue4820)
Mon, 11 Apr 2016 12:06:18 -0700 Jason Gauci tests: ensure that 'hg update' is disabled during histedit (issue3655)
Tue, 08 Mar 2016 21:59:06 +0100 liscju histedit: adds hint how to reorder changesets at editor (issue3766)
Wed, 03 Feb 2016 13:52:04 +0000 timeless histedit: limit updated and merging output to important updates
Wed, 23 Dec 2015 21:20:08 +0000 timeless histedit: prefer edit commit, edit message, use commit
Wed, 23 Dec 2015 08:57:04 +0000 timeless histedit: list action when intervention is required
Sun, 27 Dec 2015 03:33:09 +0000 timeless histedit: use parse-error exception for parsing
Fri, 11 Dec 2015 07:08:36 +0000 timeless test-histedit-edit: test histedit with dirty repo
Mon, 28 Dec 2015 22:53:22 +0000 timeless histedit: check fold of public change during verify
Mon, 14 Dec 2015 22:37:31 +0000 timeless histedit: omit useless message from update (_histedit)
Mon, 14 Dec 2015 21:43:16 +0000 timeless histedit: omit useless message from update (histeditaction)
Wed, 02 Dec 2015 08:07:36 +0000 timeless histedit: mention histedit-last-edit.txt on abort
Wed, 18 Nov 2015 01:36:58 -0800 Laurent Charignon localrepo: put bookmark move following commit in one transaction
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 05 Jun 2015 15:20:33 -0400 Augie Fackler histedit: abort rather than edit a public changeset (issue4704)
Fri, 05 Jun 2015 15:06:58 -0400 Augie Fackler test-histedit-edit: add test that demonstrates bug in issue4704
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
Thu, 14 May 2015 17:38:38 +0200 Gilles Moris summary: add a phase line (draft, secret) to the output
Tue, 05 May 2015 11:15:17 -0700 Durham Goode histedit: fix test-histedit-edit on vfat stable
Wed, 22 Apr 2015 15:53:03 -0700 Durham Goode histedit: fix --edit-plan stable
Sat, 04 Apr 2015 02:37:43 -0700 Durham Goode histedit: store backup file before histedit
Sat, 04 Apr 2015 11:24:48 -0700 Durham Goode histedit: fix preventing strips during histedit
Thu, 12 Mar 2015 21:49:20 -0400 Augie Fackler test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
Tue, 03 Mar 2015 17:28:05 -0600 Matt Mackall histedit: fix style of new error message
Thu, 22 Jan 2015 12:36:38 -0800 Mateusz Kwapich histedit: add --edit-plan option to histedit
Fri, 30 Jan 2015 16:47:35 -0800 Mateusz Kwapich histedit: don't allow to strip nodes which are necessary to continue histedit
Fri, 09 Jan 2015 10:52:14 -0800 Durham Goode bundles: do not overwrite existing backup bundles (BC)
Mon, 21 Jul 2014 11:27:24 -0700 Danek Duvall tests: cat error messages are different on Solaris stable
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use the editor gotten by "getcommiteditor()" for "message"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
Tue, 15 Apr 2014 03:21:59 +0900 FUJIWARA Katsunori histedit: save manually edited commit message into ".hg/last-message.txt" stable
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall histedit: add checkunfinished support (issue3955) stable
Tue, 14 May 2013 11:23:18 -0700 Bryan O'Sullivan summary: add a histedit hook
Tue, 14 May 2013 11:23:17 -0700 Bryan O'Sullivan summary: add tests for some extensions we plan to modify
Tue, 16 Apr 2013 21:57:25 -0500 Pierre-Yves David histedit-test: generalise --commands "-" usage
Sun, 14 Apr 2013 19:05:19 -0500 Matt Mackall histedit: update tests for new intervention framework
Fri, 08 Feb 2013 16:27:49 -0600 Augie Fackler histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)
Fri, 12 Apr 2013 16:01:18 -0700 Bryan O'Sullivan histedit: support editing of the first commit (issue3767)
less more (0) -60 tip