diff -r 7c5a922be068 -r 66adfd58cb77 mercurial/store.py --- a/mercurial/store.py Tue Nov 13 23:54:23 2018 -0500 +++ b/mercurial/store.py Tue Nov 13 18:44:09 2018 +0300 @@ -38,6 +38,8 @@ elif path.startswith('meta/'): return matcher.visitdir(path[len('meta/'):-len('/00manifest.i')] or '.') + raise error.ProgrammingError("cannot decode path %s" % path) + # This avoids a collision between a file named foo and a dir named # foo.i or foo.d def _encodedir(path):