mercurial/pure/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 17 Apr 2015 14:12:01 -0700
branchstable
changeset 24811 a2dcf460e141
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
run-tests: don't error when glob matched line ends with backslash As part of writing another test, I triggered an array index error in glob match processing code by having a (glob) line end in a single backslash (which is the escape character). Adding a simple bounds check prevents the error in run-tests.py.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: