Mercurial > public > mercurial-scm > hg
diff tests/test-fix-clang-format.t @ 40533:2ecf5c24d0cd
fix: rename :fileset subconfig to :pattern
This name was always inaccurate, since the config accepts any pattern.
Hopefully so few people use this right now that it won't matter, but there will
now be a warning if the old config name is used.
Differential Revision: https://phab.mercurial-scm.org/D5226
author | Danny Hooper <hooper@google.com> |
---|---|
date | Mon, 05 Nov 2018 16:05:45 -0800 |
parents | ded5ea279a93 |
children |
line wrap: on
line diff
--- a/tests/test-fix-clang-format.t Wed Oct 31 13:11:51 2018 -0700 +++ b/tests/test-fix-clang-format.t Mon Nov 05 16:05:45 2018 -0800 @@ -11,7 +11,7 @@ > [fix] > clang-format:command=clang-format --style=Google --assume-filename={rootpath} > clang-format:linerange=--lines={first}:{last} - > clang-format:fileset=set:**.cpp or **.hpp + > clang-format:pattern=set:**.cpp or **.hpp > EOF $ hg init repo