log contrib/zsh_completion @ 5477:f00ed7c5877b

age author description
Fri, 14 Sep 2007 21:47:40 -0700 Brendan Cully Updated zsh completion from issue722.
Sun, 20 May 2007 19:27:14 +0200 Henri Precheur Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
Tue, 12 Dec 2006 15:34:11 -0600 Steve Borho zsh: better fix for partial completions
Tue, 05 Dec 2006 21:35:44 -0600 Steve Borho zsh: fix completions with relative paths
Tue, 05 Dec 2006 21:30:04 -0600 Steve Borho zsh: remove deprecated -f option for hg update
Thu, 09 Nov 2006 14:44:17 -0800 Brendan Cully zsh: typo in commit completion
Tue, 31 Oct 2006 17:31:30 -0800 Brendan Cully zsh: perform ~ expansion on _hg_root
Tue, 31 Oct 2006 16:35:44 -0800 Brendan Cully zsh: compute repository root instead of forking hg
Tue, 31 Oct 2006 16:04:03 -0800 Brendan Cully zsh: complete users in ssh URLS
Tue, 31 Oct 2006 15:48:02 -0800 Brendan Cully zsh: support remote cloning
Tue, 31 Oct 2006 15:44:16 -0800 Brendan Cully zsh: add optional remote directory cache
Tue, 31 Oct 2006 14:53:08 -0800 Brendan Cully zsh: complete SSH directories
Tue, 31 Oct 2006 12:05:47 -0800 Brendan Cully zsh: complete unknown commands normally
Mon, 30 Oct 2006 00:03:04 -0800 Brendan Cully zsh: tab-complete status results by directory
Thu, 26 Oct 2006 22:28:33 -0700 Brendan Cully zsh: support remote URLs
Thu, 26 Oct 2006 17:33:24 -0700 Brendan Cully zsh: suppress mq completion error messages outside of repository
Thu, 26 Oct 2006 17:28:12 -0700 Brendan Cully zsh: suppress error message for status completion outside of repository
Thu, 26 Oct 2006 10:06:12 -0700 Brendan Cully zsh: add revrange completion
Thu, 26 Oct 2006 09:46:08 -0700 Brendan Cully zsh: add qbase and qtip to qapplied completions
Thu, 26 Oct 2006 09:44:03 -0700 Brendan Cully zsh: use standard tags where possible
Thu, 26 Oct 2006 00:27:19 -0700 Brendan Cully zsh: complete qguard with +/- guard prefixes
Wed, 25 Oct 2006 19:31:42 -0700 Brendan Cully zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
Wed, 25 Oct 2006 16:35:35 -0700 Brendan Cully zsh: make option lists more compact
Wed, 25 Oct 2006 15:08:40 -0700 Brendan Cully zsh: rewrite
Tue, 24 Oct 2006 13:17:41 -0700 Brendan Cully zsh: cache hg help output
Tue, 24 Oct 2006 13:09:09 -0700 Brendan Cully zsh: complete according to the -R option if specified
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add view opts
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add --style and --template opts
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add -r to parents
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: expand tags lazily