diff options
Diffstat (limited to 'Completion/Cvs')
-rw-r--r-- | Completion/Cvs/_cvs_history_x | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Completion/Cvs/_cvs_history_x b/Completion/Cvs/_cvs_history_x index ad5ce5e28..a2caf775d 100644 --- a/Completion/Cvs/_cvs_history_x +++ b/Completion/Cvs/_cvs_history_x @@ -2,4 +2,16 @@ compset -P '*' # It should describe meaning. -compadd F O E T C G U W A M R +compadd "$@" -y '( +F\ --\ release +O\ --\ checkout +E\ --\ export +T\ --\ rtag +C\ --\ merge\ collision-detected +G\ --\ merge\ succeed +U\ --\ working\ file\ was\ copied +W\ --\ working\ file\ was\ deleted +A\ --\ A\ file\ was\ added +M\ --\ A\ file\ was\ modified +R\ --\ A\ file\ was\ removed +)' F O E T C G U W A M R |