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
|
Thu, 21 Mar 2019 18:32:45 -0700 |
Danny Hooper |
fix: allow fixer tools to return metadata in addition to the file content
|
Thu, 21 Mar 2019 18:35:39 -0700 |
Danny Hooper |
fix: allow fixing untracked files when given as arguments
|
Mon, 07 Jan 2019 15:25:41 -0800 |
Danny Hooper |
tests: use more portable flags in test-fix.t
|
Wed, 19 Dec 2018 09:33:42 -0800 |
Martin von Zweigbergk |
help: hide default value for default-off flags
|
Wed, 19 Dec 2018 09:20:32 -0800 |
Martin von Zweigbergk |
help: show "[no-]" only for default-on Flags
|
Fri, 14 Dec 2018 13:44:46 -0800 |
Martin von Zweigbergk |
help: present boolean arguments as "--[no-]foo"
|
Fri, 14 Dec 2018 13:33:12 -0800 |
Martin von Zweigbergk |
help: show "default: off" for boolean flags that default to off
|
Thu, 08 Nov 2018 12:35:26 -0800 |
Danny Hooper |
fix: add extra field to fixed revisions to avoid creating obsolescence cycles
|
Thu, 08 Nov 2018 12:29:56 -0800 |
Danny Hooper |
cleanup: use revision numbers instead of hashes in test output
|
Tue, 06 Nov 2018 15:50:41 -0800 |
Danny Hooper |
fix: add suboption for configuring execution order of tools
|
Wed, 07 Nov 2018 10:29:38 -0800 |
Martin von Zweigbergk |
tests: replace `tac` reimplementation by `sort -r`
|
Wed, 07 Nov 2018 12:15:36 -0500 |
Augie Fackler |
tests: work around `tac` not being portable
|
Mon, 05 Nov 2018 16:05:45 -0800 |
Danny Hooper |
fix: rename :fileset subconfig to :pattern
|
Wed, 31 Oct 2018 13:11:51 -0700 |
Danny Hooper |
fix: add a config to abort when a fixer tool fails
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Sat, 07 Jul 2018 22:40:39 +0900 |
Yuya Nishihara |
commit: try hard to reuse p1 manifest if nothing changed
|
Tue, 07 Aug 2018 21:15:27 -0700 |
Danny Hooper |
fix: determine fixer tool failure by exit code instead of stderr
|
Fri, 06 Jul 2018 12:47:02 -0700 |
Danny Hooper |
fix: add test case that shows why --whole with --base is useful
|
Mon, 23 Apr 2018 21:13:19 +0900 |
Yuya Nishihara |
test-fix: normalize precision of mtime copied by 'cp -p'
stable
|
Thu, 19 Apr 2018 22:12:10 +0900 |
Yuya Nishihara |
test-fix: fix use of 'f --newer' to check that foo.whole is not updated
stable
|
Fri, 30 Mar 2018 21:12:09 -0400 |
Matt Harbison |
tests: stabilize test-fix.t for Windows
stable
|
Fri, 30 Mar 2018 16:40:25 -0700 |
Danny Hooper |
fix: add --all flag to fix non-public non-obsolete revisions
|
Wed, 11 Apr 2018 17:24:38 -0400 |
Augie Fackler |
tests: use `f --newer` instead of `stat -c` in test-fix.t
|
Fri, 30 Mar 2018 17:01:12 -0700 |
Danny Hooper |
fix: use a portable python script instead of sed in test
|
Sat, 03 Mar 2018 14:08:44 -0800 |
Danny Hooper |
fix: new extension for automatically modifying file contents
|