sapling/tests/test-sparse-ignore.t
Kostia Balytskyi 86f07601f7 sparse: rename fbsparse into sparse in tests
Reviewed By: phillco

Differential Revision: D10335084

fbshipit-source-id: 91e0a17957561410e397a006f99ebf549d34e1e4
2018-10-16 14:27:29 -07:00

12 lines
226 B
Perl

$ enable sparse
$ newrepo
$ hg sparse include src
$ mkdir src
$ touch src/x
$ hg commit -m x -A src/x
The root directory ("") should not be ignored
$ hg debugshell -c 'print(repo.dirstate._ignore(""))'
False