##// 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 $ cat >> $HGRCPATH << EOF
33 $ cat >> $HGRCPATH << EOF
34 > [extensions]
34 > [extensions]
35 > perfstatusext=$CONTRIBDIR/perf.py
35 > perf=$CONTRIBDIR/perf.py
36 > [perf]
36 > [perf]
37 > presleep=0
37 > presleep=0
38 > stub=on
38 > stub=on
39 > parentscount=1
39 > parentscount=1
40 > EOF
40 > EOF
41 $ hg help perfstatusext
41 $ hg help -e perf
42 perfstatusext extension - helper extension to measure performance
42 perf extension - helper extension to measure performance
43
43
44 list of commands:
44 list of commands:
45
45
@@ -142,7 +142,7 b' perfstatus'
142 perfwalk (no help text available)
142 perfwalk (no help text available)
143 perfwrite microbenchmark ui.write
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 $ hg perfaddremove
146 $ hg perfaddremove
147 $ hg perfancestors
147 $ hg perfancestors
148 $ hg perfancestorset 2
148 $ hg perfancestorset 2
General Comments 0
You need to be logged in to leave comments. Login now