changeset 911:017db283e685

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.
author Siddharth Agarwal <sid0@fb.com>
date Mon, 01 Jun 2015 11:44:55 -0700
parents 83c847b0b3ab
children 5cc9594cc811
files tests/test-gitignore.t
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-gitignore.t	Sun May 31 13:54:15 2015 +0900
+++ b/tests/test-gitignore.t	Mon Jun 01 11:44:55 2015 -0700
@@ -1,5 +1,4 @@
   $ 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"