Mercurial > hg
changeset 43975:2bbb2f556ecf
perf: drop an unnecessary `pass`
Differential Revision: https://phab.mercurial-scm.org/D7743
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 27 Dec 2019 13:45:05 -0500 |
parents | a2ad5aeedfdf |
children | 943e34522b37 |
files | contrib/perf.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/perf.py Fri Dec 27 13:42:52 2019 -0500 +++ b/contrib/perf.py Fri Dec 27 13:45:05 2019 -0500 @@ -1878,7 +1878,6 @@ def _displaystats(ui, opts, entries, data): - pass # use a second formatter because the data are quite different, not sure # how it flies with the templater. fm = ui.formatter(b'perf-stats', opts)