# # # patch "contrib/monotone.bash_completion" # from [2c9594b25c576fec99b3502e41e5a07fb10191a1] # to [78bda1b5113f9c24511c4ce484b6d4f9100bb1e8] # ============================================================ --- contrib/monotone.bash_completion 2c9594b25c576fec99b3502e41e5a07fb10191a1 +++ contrib/monotone.bash_completion 78bda1b5113f9c24511c4ce484b6d4f9100bb1e8 @@ -224,7 +224,7 @@ _monotone() { cat ) _filedir ;; - push | pull | serve | sync ) + clone | push | pull | serve | sync ) COMPREPLY=( $(compgen -A hostname -- $cur) ) ;; pubkey | privkey ) @@ -256,7 +256,7 @@ _monotone() { _monotone_complete file fi ;; - push | pull | serve | sync | propagate ) + clone | push | pull | serve | sync | propagate ) _monotone_branches ;; * ) @@ -287,7 +287,7 @@ _monotone() { annotate cat complete diff help list log ls show_conflicts status cert passphrase dropkey genkey trusted - pull push serve sync + clone pull push serve sync privkey pubkey read cvs_import approve comment disapprove tag testresult