##// END OF EJS Templates
diff: fix function name context detection (issue6965)...
diff: fix function name context detection (issue6965) Rather than looking for a leading _alphanumeric_ character, we look for a leading _alphabetic_ character, or underscore, or dollar sign (for historical raison) -- this matches various other diff tools including GNU diffutils, libxdiff, and git. Fixes: https://bz.mercurial-scm.org/show_bug.cgi?id=6965

File last commit:

r26421:4b0fc75f default
r54686:67e94056 tip default
Show More
README
7 lines | 141 B | text/plain | TextLexer
To run the tests, do:
cd tests/
python run-tests.py
See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.