perf: support --template on perf::phases stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 22 Feb 2024 18:28:01 +0100
branchstable
changeset 51399 46fed351e451
parent 51392 e0fc40b95f05
child 51437 d1fb42a71676
child 51438 05eba178da45
perf: support --template on perf::phases
contrib/perf.py
--- a/contrib/perf.py	Wed Feb 21 02:12:58 2024 +0100
+++ b/contrib/perf.py	Thu Feb 22 18:28:01 2024 +0100
@@ -1710,7 +1710,8 @@
     b'perf::phases|perfphases',
     [
         (b'', b'full', False, b'include file reading time too'),
-    ],
+    ]
+    + formatteropts,
     b"",
 )
 def perfphases(ui, repo, **opts):