Does anybody know why hg status
is slow (3-10 secs) the first time it's called from the command line on a windows client (I'm assuming it is cached after that).
hg status
is a local operation and it should not take that long especially with empty repos.
This is the case on both an active repository with several changes and a brand new repo with no files. So the size of the repo does not seem to be a factor on the performance. Thanks!