log tests/test-uncommit.t @ 52129:ff13068e9b1c

age author description
Sat, 26 Oct 2024 00:58:01 +0200 Pierre-Yves David branching: merge stable into default
Fri, 25 Oct 2024 23:54:24 +0200 Pierre-Yves David docstring: backed out changeset 51057ab0dffa stable
Thu, 24 Oct 2024 15:23:52 +0200 Raphaël Gomès py-3-13: stabilize the docstring output across all supported Python versions stable
Wed, 28 Apr 2021 08:48:10 -0700 Martin von Zweigbergk rewriteutil: adapt "cannot %s while merging" to work with "change branch of"
Tue, 27 Apr 2021 11:02:41 -0700 Martin von Zweigbergk rewriteutil: replace "null changeset" by "the null revision" in error message
Fri, 29 Jan 2021 15:51:00 -0800 Martin von Zweigbergk errors: use InputError in uncommit extension
Mon, 16 Nov 2020 15:11:51 -0800 Martin von Zweigbergk errors: raise more specific errors from rewriteutil
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Fri, 10 Apr 2020 19:58:34 +0200 Joerg Sonnenberger tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
Fri, 20 Dec 2019 16:16:57 -0800 Martin von Zweigbergk tests: use full `uncommit` command name in tests
Thu, 12 Dec 2019 14:54:38 -0800 Martin von Zweigbergk commit: use cmdutil.check_at_most_one_arg()
Sat, 21 Sep 2019 13:42:23 -0400 Matt Harbison uncommit: fix typo in help text
Sun, 15 Sep 2019 00:07:30 -0400 Matt Harbison uncommit: enable support for adding a note
Tue, 10 Sep 2019 22:52:04 -0400 Matt Harbison uncommit: make -D/--date and -U/--user mutually exclusive