dirs: reject consecutive slashes in paths...
dirs: reject consecutive slashes in paths
We shouldn't ever see those, and the fuzzer go really excited that if
it gives us a 65k string with 55k slashes in it we use a lot of RAM.
Differential Revision:
https://phab.mercurial-scm.org/D7105