Skip to content
Snippets Groups Projects
Commit 017db283 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

test-gitignore.t: drop check for ignore.readpats

ignore.readpats was added at some point before 2.8. Mercurial upstream has now
dropped the ignore module completely, so drop this check.
parent 83c847b0
No related branches found
No related tags found
No related merge requests found
$ python -c 'from mercurial.dirstate import rootcache' || exit 80
$ python -c 'from mercurial.ignore import readpats' || exit 80
Load commonly used test logic
$ . "$TESTDIR/testutil"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment