directaccess: remove import from the no warning list
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 17 Jun 2015 11:31:05 -0700
changeset 1372 7023a01b9007
parent 1371 30d42079f4a2
child 1373 3d2d3333fb0b
directaccess: remove import from the no warning list removal of the list previously failed for some reason.
hgext/directaccess.py
--- a/hgext/directaccess.py	Wed Jun 17 10:30:07 2015 -0700
+++ b/hgext/directaccess.py	Wed Jun 17 11:31:05 2015 -0700
@@ -45,7 +45,6 @@
     ('nowarning', None, 'diff'),
     ('nowarning', None, 'export'),
     ('nowarning', None, 'identify'),
-    ('nowarning', None, 'import'),
     ('nowarning', None, 'incoming'),
     ('nowarning', None, 'log'),
     ('nowarning', None, 'manifest'),