zsh-workers
 help / color / mirror / code / Atom feed
491219c16ad735f0587cbe09ab12ff3e7557e58e blob 352 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
## vim:ft=zsh
## cvs support by: Frank Terbeck <ft@bewatermyfriend.org>
## Distributed under the same BSD-ish license as zsh itself.

setopt localoptions NO_shwordsplit

[[ $1 == '--flavours' ]] && return 1

VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
[[ -d "./CVS" ]] && [[ -r "./CVS/Repository" ]] && vcs_comm[basedir]=.(:P) && return 0
return 1
debug log:

solving 491219c16 ...
found 491219c16 in https://inbox.vuxu.org/zsh-workers/20201023083444.1565608-1-mezin.alexander@gmail.com/
found 7a5ee1eef in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 7a5ee1eef7311cfd35fb6aa6aa532be2ab5498d7	Functions/VCS_Info/Backends/VCS_INFO_detect_cvs

applying [1/1] https://inbox.vuxu.org/zsh-workers/20201023083444.1565608-1-mezin.alexander@gmail.com/
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_cvs b/Functions/VCS_Info/Backends/VCS_INFO_detect_cvs
index 7a5ee1eef..491219c16 100644

Checking patch Functions/VCS_Info/Backends/VCS_INFO_detect_cvs...
Applied patch Functions/VCS_Info/Backends/VCS_INFO_detect_cvs cleanly.

index at:
100644 491219c16ad735f0587cbe09ab12ff3e7557e58e	Functions/VCS_Info/Backends/VCS_INFO_detect_cvs

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).