Mercurial > hg
changeset 18867:c7e8b143e086
Merge with stable.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 03 Apr 2013 13:03:50 -0500 |
parents | 835e9dfd1e49 (current diff) 930d54b1fd29 (diff) |
children | cafa447a7d3b |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Apr 02 14:50:50 2013 -0700 +++ b/setup.py Wed Apr 03 13:03:50 2013 -0500 @@ -148,7 +148,7 @@ # fine, we don't want to load it anyway. Python may warn about # a missing __init__.py in mercurial/locale, we also ignore that. err = [e for e in err.splitlines() - if not e.startswith(b('Not trusting file')) \ + if not e.startswith(b('not trusting file')) \ and not e.startswith(b('warning: Not importing')) \ and not e.startswith(b('obsolete feature not enabled'))] if err: