Mercurial > hg
comparison tests/test-extension-timing.t @ 39510:340170192874
extensions: trace the total time of running all reposetup callbacks
Differential Revision: https://phab.mercurial-scm.org/D4512
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 06 Sep 2018 16:49:37 -0400 |
parents | 3a86f7eb8b78 |
children | 1ab185c78cc3 |
comparison
equal
deleted
inserted
replaced
39509:3a86f7eb8b78 | 39510:340170192874 |
---|---|
85 debug.extensions: - executing reposetup hooks | 85 debug.extensions: - executing reposetup hooks |
86 debug.extensions: - running reposetup for foobar | 86 debug.extensions: - running reposetup for foobar |
87 reposetup called for a | 87 reposetup called for a |
88 ui == repo.ui | 88 ui == repo.ui |
89 debug.extensions: > reposetup for 'foobar' took * (glob) | 89 debug.extensions: > reposetup for 'foobar' took * (glob) |
90 debug.extensions: > all reposetup took * (glob) | |
90 Foo | 91 Foo |
91 | 92 |
92 $ cd .. | 93 $ cd .. |
93 | 94 |
94 $ echo 'foobar = !' >> $HGRCPATH | 95 $ echo 'foobar = !' >> $HGRCPATH |