log tests/test-fix.t @ 47072:4c041c71ec01

age author description
Tue, 04 May 2021 10:49:32 -0700 Martin von Zweigbergk rewriteutil: say how many commits would become orphan if commit is rewritten
Tue, 04 May 2021 10:16:34 -0700 Martin von Zweigbergk rewriteutil: give examples of public changesets that can't be rewritten
Sun, 02 May 2021 16:56:20 -0400 Matt Harbison tests: change the fixer commands to use the buffer attribute on stdio objects stable
Thu, 11 Feb 2021 15:11:10 -0800 Martin von Zweigbergk rewriteutil: point to help about instability when rewriting creates orphan
Thu, 11 Feb 2021 21:23:05 -0800 Martin von Zweigbergk tests: update divergence test for `hg fix` to actually result in divergence
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
Wed, 21 Oct 2020 19:00:16 -0700 Martin von Zweigbergk errors: add config that lets user get more detailed exit codes
Fri, 16 Oct 2020 15:05:43 -0700 Martin von Zweigbergk fix: suggest --source instead of --rev on empty revset
Tue, 27 Oct 2020 15:33:15 -0700 Martin von Zweigbergk rebase: change and standarize template for rebase's one-line summary
Fri, 24 Jul 2020 08:38:19 -0700 Martin von Zweigbergk fix: update documentation to reflect preference for --source over --rev
Thu, 23 Jul 2020 13:31:45 -0700 Kyle Lippincott morestatus: mention --stop even if not using --verbose
Mon, 13 Jul 2020 16:42:44 -0700 Daniel Ploch error: unify the error message formats for 'rebase' and 'unshelve'
Fri, 13 Mar 2020 12:16:20 -0700 Martin von Zweigbergk fix: mark -r as advanced
Fri, 13 Mar 2020 12:16:00 -0700 Martin von Zweigbergk fix: add a -s option to format a revision and its descendants
Tue, 21 Jan 2020 13:14:51 -0500 Augie Fackler merge to stable for 5.3 release freeze stable 5.3rc0
Thu, 09 Jan 2020 14:19:20 -0500 timeless fix: fix grammar/typos in hg help -e fix stable
Fri, 06 Dec 2019 20:40:02 -0500 Matt Harbison match: resolve filesets against the passed `cwd`, not the current one
Wed, 18 Dec 2019 14:07:58 -0800 Kyle Lippincott fix: fix handling of merge commits by using overlayworkingctx
Fri, 06 Dec 2019 20:29:02 -0500 Matt Harbison tests: show that fileset patterns don't work with `fix` when not in repo root
Tue, 17 Dec 2019 10:55:50 -0800 Martin von Zweigbergk fix: use rewriteutil.precheck() instead of reimplementing it
Sat, 12 Oct 2019 11:30:25 -0700 Martin von Zweigbergk fix: match patterns relative to root
Sat, 12 Oct 2019 11:30:20 -0700 Martin von Zweigbergk tests: add test showing that fixer patterns are currently relative to $PWD
Fri, 26 Jul 2019 08:43:57 -0700 Martin von Zweigbergk fix: warn when a fixer doesn't have a configured command
Sat, 05 Oct 2019 07:10:34 -0700 Danny Hooper fix: add :enabled sub-config for fixer tools
Sat, 14 Sep 2019 12:11:03 -0400 Matt Harbison tests: stabilize test-fix.t on Windows
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage
Mon, 12 Aug 2019 16:39:39 -0700 Danny Hooper fix: allow tools to use :linerange, but also run if a file is unchanged
Wed, 22 May 2019 16:22:06 -0700 Danny Hooper fix: run fixer tools in the repo root as cwd so they can use the working copy
Fri, 26 Jul 2019 10:47:06 -0700 Danny Hooper fix: add some new test cases