mercurial/scmutil.py
changeset 46115 be3d8178251e
parent 46096 4d5e2fd53707
child 46116 17a695357270
--- a/mercurial/scmutil.py	Thu Dec 10 01:18:15 2020 -0800
+++ b/mercurial/scmutil.py	Wed Dec 09 20:22:25 2020 -0800
@@ -1798,7 +1798,7 @@
             k = encoding.tolocal(k)
             try:
                 data[revsingle(repo, k).rev()] = encoding.tolocal(v)
-            except (error.LookupError, error.RepoLookupError):
+            except (error.LookupError, error.RepoLookupError, error.InputError):
                 pass  # we ignore data for nodes that don't exist locally
     finally:
         if proc: