Mercurial > hg
view tests/test-tags.out @ 2039:0c438fd25e6e
bash_completion: small optimization
Right now we always call "hg help $cmd" to get the canonical name of $cmd
(i.e. to go from "co" to "update").
This patch optimistically assumes that $cmd is already the canonical form
and tries to generate completions for it. If that fails, it falls back
to canonicalizing $cmd and trying again.
This means that:
- if a command or alias is explicitly handled by the
_hg_command_specific function, things get somewhat faster
- as long as the canonical $cmd is handled by _hg_command_specific, all
its aliases and abbreviations are also handled.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 02 Apr 2006 18:20:52 +0200 |
parents | 719cf07b076d |
children | b2ae81a7df29 |
line wrap: on
line source
unknown 0acdaf898367 tip 0acdaf8983679e0aac16e811534eb49d7ee1f2b4 first tip 1:8a3ca90d111dc784e6575d373105be12570e8776 first 0:0acdaf8983679e0aac16e811534eb49d7ee1f2b4 8a3ca90d111d tip M a 8a3ca90d111d+ tip 0acdaf898367+ first 0acdaf8983679e0aac16e811534eb49d7ee1f2b4+ first M a 8216907a933d tip 8216907a933d+8a3ca90d111d+ tip M .hgtags .hgtags:2: ignoring invalid tag .hgtags:4: ignoring invalid tag localtags:1: ignoring invalid tag tip 4:fd868a874787a7b5af31e1675666ce691c803035 first 0:0acdaf8983679e0aac16e811534eb49d7ee1f2b4 changeset: 4:fd868a874787 .hgtags:2: ignoring invalid tag .hgtags:4: ignoring invalid tag localtags:1: ignoring invalid tag tag: tip user: test date: Mon Jan 12 13:46:40 1970 +0000 summary: tags