Comments
Patch
@@ -834,6 +834,7 @@ def perfmergecalculate(ui, repo, rev, **
@command(b'perfpathcopies', [], b"REV REV")
def perfpathcopies(ui, repo, rev1, rev2, **opts):
+ """benchmark the copy tracing logic"""
opts = _byteskwargs(opts)
timer, fm = gettimer(ui, opts)
ctx1 = scmutil.revsingle(repo, rev1, rev1)
@@ -104,7 +104,7 @@ perfstatus
(no help text available)
perfparents (no help text available)
perfpathcopies
- (no help text available)
+ benchmark the copy tracing logic
perfphases benchmark phasesets computation
perfphasesremote
benchmark time needed to analyse phases of the remote server