##// END OF EJS Templates
cleanup: drop redundant character escapes from `[]` character sets...
cleanup: drop redundant character escapes from `[]` character sets Flagged by PyCharm. Most special characters lose their special meaning inside square brackets. The `-` in util.py doesn't need to be escaped because it is the last character in the set. Differential Revision: https://phab.mercurial-scm.org/D7766
Matt Harbison -
r44473:6d3b67a8 default
Show More
Name Size Modified Last Commit Author
/ hgext / lfs
TODO.rst Loading ...
__init__.py Loading ...
blobstore.py Loading ...
pointer.py Loading ...
wireprotolfsserver.py Loading ...
wrapper.py Loading ...