diff contrib/perf.py @ 41434:48394923fbdc

perf: document perfheads
author Boris Feld <boris.feld@octobus.net>
date Fri, 25 Jan 2019 14:52:31 -0500
parents 876494fd967d
children ab6d1f82be32
line wrap: on
line diff
--- a/contrib/perf.py	Sun Jan 27 22:32:09 2019 -0500
+++ b/contrib/perf.py	Fri Jan 25 14:52:31 2019 -0500
@@ -535,6 +535,7 @@
 
 @command(b'perfheads', formatteropts)
 def perfheads(ui, repo, **opts):
+    """benchmark the computation of a changelog heads"""
     opts = _byteskwargs(opts)
     timer, fm = gettimer(ui, opts)
     cl = repo.changelog