log tests/test-fix.t @ 43961:b69d5f3a41d0

age author description
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
Wed, 24 Jul 2019 16:19:00 -0700 Danny Hooper fix: ignore fixer tool configurations that are missing patterns
Wed, 24 Jul 2019 16:21:12 -0700 Danny Hooper fix: add a test case around the effect of cwd on pattern matching
Wed, 24 Jul 2019 16:22:45 -0700 Danny Hooper fix: remove support for :fileset sub-config in favor of :pattern
Wed, 22 May 2019 16:20:34 -0700 Danny Hooper test: add missing 'cd ..' to test case