mercurial/context.py
changeset 39907 8cef57031bbe
parent 39906 2327abace563
child 39957 e1e3d1b498d3
--- a/mercurial/context.py	Thu Sep 27 09:56:13 2018 -0700
+++ b/mercurial/context.py	Thu Sep 27 14:26:02 2018 -0700
@@ -435,7 +435,7 @@
                     return
                 except error.FilteredLookupError:
                     raise
-                except (TypeError, LookupError):
+                except LookupError:
                     pass
             else:
                 raise error.ProgrammingError(