Commit Graph

45 Commits

Author SHA1 Message Date
Brendan Cully
9ef554dbfb Update zsh completion to use debugcomplete -v instead of parsing help 2008-12-04 11:21:31 -08:00
Brendan Cully
246275eed2 Update zsh completion for new help format 2008-12-03 22:01:34 -08:00
Brendan Cully
662347033e zsh: make resolve with no options only complete unresolved files 2008-11-17 11:45:38 -08:00
Brendan Cully
61a488c351 zsh: support for resolve 2008-11-16 19:49:36 -08:00
byron@base2.cc
5bb9254434 Added missing --config global option to zsh_completion.
The global options --encoding and --encodingmode where also added.
Without these options some functionality breaks.  Also added basic
completion for config items for the --config option.
2008-07-03 20:53:14 -07:00
Nicholas Riley
05afc88692 [PATCH] zsh_completion tag/mq fixes
Been using these for almost a month now without problems, so I figured
some other people might want them.

This allows the zsh completion to work with tags and mq patch names
containing spaces, and adds support for qgoto.
2008-01-18 08:23:29 -06:00
Brendan Cully
04f2479b21 Updated zsh completion from issue722. 2007-09-14 21:47:40 -07:00
Henri Precheur
0b652b63b3 Fix issue 563: error in _hg_commit in the contrib/zsh_completion script. 2007-05-20 19:27:14 +02:00
Steve Borho
8cbd4afec6 zsh: better fix for partial completions
Properly handle relative paths followed by partial filenames
hg add ../path/to/file/partial[TAB]
2006-12-12 15:34:11 -06:00
Steve Borho
d806171a31 zsh: fix completions with relative paths
hg add ../foo/bar[TAB] now does what you expect
2006-12-05 21:35:44 -06:00
Steve Borho
15166b0318 zsh: remove deprecated -f option for hg update 2006-12-05 21:30:04 -06:00
Brendan Cully
4a565c90ea zsh: typo in commit completion 2006-11-09 14:44:17 -08:00
Brendan Cully
b15461036c zsh: perform ~ expansion on _hg_root 2006-10-31 17:31:30 -08:00
Brendan Cully
7f54c1d0b4 zsh: compute repository root instead of forking hg 2006-10-31 16:35:44 -08:00
Brendan Cully
9da5f91c89 zsh: complete users in ssh URLS 2006-10-31 16:04:03 -08:00
Brendan Cully
cd778eadd0 zsh: support remote cloning 2006-10-31 15:48:02 -08:00
Brendan Cully
9bbafade7a zsh: add optional remote directory cache 2006-10-31 15:44:16 -08:00
Brendan Cully
3119807ae3 zsh: complete SSH directories 2006-10-31 14:53:08 -08:00
Brendan Cully
131b2b2643 zsh: complete unknown commands normally 2006-10-31 12:05:47 -08:00
Brendan Cully
2e3c2f2949 zsh: tab-complete status results by directory
Filter diff and revert for modified files only, unless -r is given.
2006-10-30 00:03:04 -08:00
Brendan Cully
3606bc94d5 zsh: support remote URLs 2006-10-26 22:28:33 -07:00
Brendan Cully
01eda2914c zsh: suppress mq completion error messages outside of repository 2006-10-26 17:33:24 -07:00
Brendan Cully
726d081e93 zsh: suppress error message for status completion outside of repository 2006-10-26 17:28:12 -07:00
Brendan Cully
dccb39e75b zsh: add revrange completion 2006-10-26 10:06:12 -07:00
Brendan Cully
ab95045857 zsh: add qbase and qtip to qapplied completions 2006-10-26 09:46:08 -07:00
Brendan Cully
ddd5d9ba9a zsh: use standard tags where possible 2006-10-26 09:44:03 -07:00
Brendan Cully
f1af57026d zsh: complete qguard with +/- guard prefixes 2006-10-26 00:27:19 -07:00
Brendan Cully
a134cc7992 zsh: complete qapplied, qdiff, qfold, qguard, qimport, qnext, qprev
as well as qrename, qselect, qseries, qunapplied and qtop.
2006-10-25 19:31:42 -07:00
Brendan Cully
bb5f04c914 zsh: make option lists more compact 2006-10-25 16:35:35 -07:00
Brendan Cully
9a335986e3 zsh: rewrite
This version of zsh completion handles global options more correctly,
completes options for command abbreviations, and does much more lazy
evaluation.
2006-10-25 15:08:40 -07:00
Brendan Cully
d5642c0e24 zsh: cache hg help output 2006-10-24 13:17:41 -07:00
Brendan Cully
504cbef404 zsh: complete according to the -R option if specified 2006-10-24 13:09:09 -07:00
Brendan Cully
4a3b3e604f zsh: add view opts 2006-10-24 11:10:04 -07:00
Brendan Cully
3e299a69c3 zsh: add --style and --template opts 2006-10-24 11:10:04 -07:00
Brendan Cully
b9f1be38a3 zsh: add -r to parents 2006-10-24 11:10:04 -07:00
Brendan Cully
6a1169bc1f zsh: expand tags lazily 2006-10-24 11:10:04 -07:00
Brendan Cully
4bf36aa43c zsh completion: basic mq support 2006-10-21 23:51:36 -07:00
Michael Gebetsroither
ed299a1d15 added st as alias for status in zsh_completition 2005-11-14 15:10:10 +01:00
Steve Borho
6054384fdd zsh: allow 'hg clone' to complete paths listed in ~/.hgrc 2005-11-02 15:45:41 -08:00
Steve Borho
e0c1367c2e zsh completion improvements.
File completers now correctly deal with filenames that contain spaces.
The completers also use 'hg status .' so they'll work correctly when the
default behaviour changes.
2005-10-31 09:58:05 -08:00
Steve Borho
fd7a8ead5d zsh completion: Added '--newest-first' to incoming, outgoing 2005-10-24 19:55:44 -07:00
Steve Borho
8cdd4c7b5c zsh completions: new -M, -m arguments for log, etc. 2005-10-24 16:54:07 -07:00
Steve Borho
54500796b2 Fix completion function for 'hg pull'. Fix truncation bug and remove tabs. 2005-10-01 00:02:01 -07:00
Mikael Berthe
77d6103d36 Suppress warning in zsh_completion script 2005-09-30 11:06:13 -07:00
Steve Borho
03a0b1e1bb zsh completion function for hg 2005-09-29 13:18:39 -07:00