Submitter | phabricator |
---|---|
Date | Feb. 1, 2018, 8:39 p.m. |
Message ID | <72e71a00b10b57e7c37675dc6ae99263@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27132/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/lsprof.py b/mercurial/lsprof.py --- a/mercurial/lsprof.py +++ b/mercurial/lsprof.py @@ -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: