changeset 35836 | d4e5b2653693 |
parent 27617 | b1a59b80e1a3 |
child 40193 | b25fbe7e494e |
--- a/mercurial/lsprof.py Wed Jan 17 21:44:15 2018 -0500 +++ b/mercurial/lsprof.py Wed Jan 17 21:45:15 2018 -0500 @@ -27,7 +27,7 @@ def __init__(self, data): self.data = data - def sort(self, crit="inlinetime"): + def sort(self, crit=r"inlinetime"): """XXX docstring""" # profiler_entries isn't defined when running under PyPy. if profiler_entry: