Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _baz
- X-seq: zsh-workers 20961
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _baz
- Date: Thu, 10 Mar 2005 20:07:41 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Couple more baz fixes.
--- Completion/Unix/Command/_baz 2005-03-08 20:56:16.000000000 -0500
+++ /tmp/_baz 2005-03-10 20:00:07.598998330 -0500
@@ -233,12 +233,13 @@
# commands with different versions
local cmd_register_archive cmd_archives cmd_ls_archives cmd_redo
-local cmd_redo_changes cmd_changes cmd_what_changed cmd_categories
+local cmd_redo_changes cmd_what_changed cmd_categories
local cmd_branches cmd_versions cmd_cacherev cmd_logs cmd_log_versions
local cmd_log_ls cmd_update cmd_join_branch cmd_replay cmd_deltapatch
local cmd_delta_patch cmd_apply_delta cmd_sync_tree cmd_make_sync_tree
local cmd_delta cmd_revdelta cmd_library_categories cmd_library_branches
local cmd_library_versions cmd_library_revisions
+local cmd_status cmd_diff
cmd_log_ls=('*:version:_baz_log_versions')
cmd_log_versions=()
@@ -247,7 +248,8 @@
cmd_register_archive=('::archive:_baz_archives' ':location:_files -/')
cmd_archives=('::regex:')
cmd_redo=('::changeset:_files -/')
-cmd_changes=('::revision:_baz_revisions'
+cmd_status=('::dir:_files -/')
+cmd_diff=('::revision:_baz_revisions'
# ':separator:(--)' '*::limit:_files'
#don't understand the limit usage
)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author