changeset 1468:7023a01b9007

directaccess: remove import from the no warning list removal of the list previously failed for some reason.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 17 Jun 2015 11:31:05 -0700
parents 30d42079f4a2
children 3d2d3333fb0b
files hgext/directaccess.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/directaccess.py
+++ b/hgext/directaccess.py
@@ -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'),