Mercurial > hg
comparison tests/test-encoding-align.t @ 18793:a821ec835223
completion: selectively use debugpathcomplete in bash_completion
The current bash_completion code can be very slow in a large working
directory. It always uses "hg status" to generate possibly matching
files, which checks the status of every file. We often don't care
about status when completing, so that cost is very high.
As the new debugpathcomplete command does not check the status of
files, it offers much better performance for commands that only
care about completing names.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Thu, 21 Mar 2013 16:31:29 -0700 |
parents | b623e323c561 |
children | 51e5c793a9f4 d0ec3800101a |
comparison
equal
deleted
inserted
replaced
18792:10669e24eb6c | 18793:a821ec835223 |
---|