log tests/test-histedit-edit.t @ 51873:0afd58c72175 default tip

age author description
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