setup.py
changeset 51631 bf1d26bd5b6a
parent 51559 ee132657647d
child 51668 45ba8416afc4
child 51690 493034cc3265
equal deleted inserted replaced
51630:513597087b89 51631:bf1d26bd5b6a
   250         e
   250         e
   251         for e in err.splitlines()
   251         for e in err.splitlines()
   252         if (
   252         if (
   253             not e.startswith(b'not trusting file')
   253             not e.startswith(b'not trusting file')
   254             and not e.startswith(b'warning: Not importing')
   254             and not e.startswith(b'warning: Not importing')
   255             and not e.startswith(b'obsolete feature not enabled')
   255             and not (
       
   256                 e.startswith(b'obsolete feature not enabled')
       
   257                 or e.startswith(b'"obsolete" feature not enabled')
       
   258             )
   256             and not e.startswith(b'*** failed to import extension')
   259             and not e.startswith(b'*** failed to import extension')
   257             and not e.startswith(b'devel-warn:')
   260             and not e.startswith(b'devel-warn:')
   258             and not (
   261             and not (
   259                 e.startswith(b'(third party extension')
   262                 e.startswith(b'(third party extension')
   260                 and e.endswith(b'or newer of Mercurial; disabling)')
   263                 and e.endswith(b'or newer of Mercurial; disabling)')