# HG changeset patch # User Pierre-Yves David # Date 1434565865 25200 # Node ID 7023a01b9007a01cce8e91d98851cd34bb11aa6b # Parent 30d42079f4a23105776323d9e7423fa27072f35d directaccess: remove import from the no warning list removal of the list previously failed for some reason. diff -r 30d42079f4a2 -r 7023a01b9007 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'),