Skip to content
Snippets Groups Projects
Commit d93436e2 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: use "perf" as a the extension name in test-contrib-perf.t

This is simpler and seems more "inline" with the name people usually use for
this extensions.
parent 50d5e64e
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@
$ cat >> $HGRCPATH << EOF
> [extensions]
> perfstatusext=$CONTRIBDIR/perf.py
> perf=$CONTRIBDIR/perf.py
> [perf]
> presleep=0
> stub=on
> parentscount=1
> EOF
......@@ -36,10 +36,10 @@
> [perf]
> presleep=0
> stub=on
> parentscount=1
> EOF
$ hg help perfstatusext
perfstatusext extension - helper extension to measure performance
$ hg help -e perf
perf extension - helper extension to measure performance
list of commands:
......@@ -142,7 +142,7 @@
perfwalk (no help text available)
perfwrite microbenchmark ui.write
(use 'hg help -v perfstatusext' to show built-in aliases and global options)
(use 'hg help -v perf' to show built-in aliases and global options)
$ hg perfaddremove
$ hg perfancestors
$ hg perfancestorset 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment