Submitter | phabricator |
---|---|
Date | Jan. 18, 2018, 1:39 p.m. |
Message ID | <differential-rev-PHID-DREV-oao7pmvtccgfbosnqnqz-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26880/ |
State | Superseded |
Headers | show |
Comments
pulkit added a comment. The commit description says "skip blame just a bytes prefix", I think that's not correct. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1895 To: durin42, #hg-reviewers Cc: pulkit, mercurial-devel
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: