zsh-workers
 help / color / mirror / code / Atom feed
73b79f744c7d9ae89103caeab96de4afafa3399d blob 448 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
## 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" ]] || return 1

local cvsbase="."
while [[ -d "${cvsbase}/../CVS" ]]; do
    cvsbase="${cvsbase}/.."
done
vcs_comm[basedir]=${cvsbase:P}

return 0
debug log:

solving 73b79f744 ...
found 73b79f744 in https://inbox.vuxu.org/zsh-workers/20191123221443.279556-3-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/20191123221443.279556-3-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..73b79f744 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 73b79f744c7d9ae89103caeab96de4afafa3399d	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).