##// END OF EJS Templates
perf: fix perf::tags...
marmoute -
r51708:d2f72f70 stable
parent child Browse files
Show More
@@ -902,7 +902,7 b' def perftags(ui, repo, **opts):'
902 repocleartagscache()
902 repocleartagscache()
903
903
904 def t():
904 def t():
905 return len(repo.tags())
905 len(repo.tags())
906
906
907 timer(t, setup=s)
907 timer(t, setup=s)
908 fm.end()
908 fm.end()
General Comments 0
You need to be logged in to leave comments. Login now