Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 25290:8f88f768e24c
devel: rename 'all' to 'all-warnings' (BC)
We have started to isolate extra usecases for developer-only output
that is not a warning. As the section has the fairly generic name
'devel' it makes sense to tuck them there. As a result, 'all' becomes
a bit misleading so we rename it to 'all-warnings'. This will break
some developer setups but the tests are still fine and developers will
likely spot this change.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 26 May 2015 14:14:36 -0700 |
parents | 5a809deb88e6 |
children | 6025cac3d02f |
line wrap: on
line diff
--- a/tests/run-tests.py Tue May 26 14:52:47 2015 -0500 +++ b/tests/run-tests.py Tue May 26 14:14:36 2015 -0700 @@ -758,7 +758,7 @@ hgrc.write(b'shelve = --date "0 0"\n') hgrc.write(b'tag = -d "0 0"\n') hgrc.write(b'[devel]\n') - hgrc.write(b'all = true\n') + hgrc.write(b'all-warnings = true\n') hgrc.write(b'[largefiles]\n') hgrc.write(b'usercache = %s\n' % (os.path.join(self._testtmp, b'.cache/largefiles')))