mirror of
https://github.com/facebook/sapling.git
synced 2024-12-29 16:12:23 +03:00
75a8173a10
Summary: Add `#chg-compatible` to 572 tests that seem to pass with chg enabled. This should make them run faster. Reviewed By: xavierd Differential Revision: D18870507 fbshipit-source-id: fe895e733efffc9286cd3d17c7a156c803124395
12 lines
309 B
Perl
12 lines
309 B
Perl
#chg-compatible
|
|
|
|
#require test-repo
|
|
|
|
$ . "$TESTDIR/helpers-testrepo.sh"
|
|
$ cd "$TESTDIR"/..
|
|
|
|
$ testrepohg files . > $TESTTMP/filelist
|
|
$ testrepohgenv; python ./contrib/fix-code.py --dry-run `cat $TESTTMP/filelist`
|
|
# In case the above list is not empty, run 'contrib/fix-code.py FILE...' to
|
|
# fix them.
|