# HG changeset patch # User Gregory Szorc # Date 2016-11-10 00:04:44 # Node ID 494d5cec0b07653a6b5daaaaec768dea92ffa987 # Parent 9cc438bf7d9a7d187fd6da118f9be70524ccacf3 help: fix double word usage "most" was used twice. (I fixed a grammar error before timeless spotted it!) diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -1410,8 +1410,8 @@ profiling is done using lsprof. identify the expensive parts of a non-trivial function. ``stat`` Use a statistical profiler, statprof. This profiler is most - most useful for profiling commands that run for longer than - about 0.1 seconds. + useful for profiling commands that run for longer than about 0.1 + seconds. ``format`` Profiling format. Specific to the ``ls`` instrumenting profiler.