##// END OF EJS Templates
tests: use "perf" as a the extension name in test-contrib-perf.t...
marmoute -
r42181:d93436e2 default
parent child Browse files
Show More
@@ -32,14 +32,14 b' perfstatus'
32 32
33 33 $ cat >> $HGRCPATH << EOF
34 34 > [extensions]
35 > perfstatusext=$CONTRIBDIR/perf.py
35 > perf=$CONTRIBDIR/perf.py
36 36 > [perf]
37 37 > presleep=0
38 38 > stub=on
39 39 > parentscount=1
40 40 > EOF
41 $ hg help perfstatusext
42 perfstatusext extension - helper extension to measure performance
41 $ hg help -e perf
42 perf extension - helper extension to measure performance
43 43
44 44 list of commands:
45 45
@@ -142,7 +142,7 b' perfstatus'
142 142 perfwalk (no help text available)
143 143 perfwrite microbenchmark ui.write
144 144
145 (use 'hg help -v perfstatusext' to show built-in aliases and global options)
145 (use 'hg help -v perf' to show built-in aliases and global options)
146 146 $ hg perfaddremove
147 147 $ hg perfancestors
148 148 $ hg perfancestorset 2
General Comments 0
You need to be logged in to leave comments. Login now