##// END OF EJS Templates
py3: silence "bad escape" warning emitted by re.sub()...
py3: silence "bad escape" warning emitted by re.sub() Since we pass user strings directly to re.sub(), we can't avoid this warning without a BC.
Yuya Nishihara -
r36606:281f6677 default
Show More
Name Size Modified Last Commit Author
/ hgext / narrow
TODO.rst Loading ...
__init__.py Loading ...
narrowbundle2.py Loading ...
narrowchangegroup.py Loading ...
narrowcommands.py Loading ...
narrowcopies.py Loading ...
narrowdirstate.py Loading ...
narrowmerge.py Loading ...
narrowpatch.py Loading ...
narrowrepo.py Loading ...
narrowrevlog.py Loading ...
narrowtemplates.py Loading ...
narrowwirepeer.py Loading ...