zsh-workers
 help / color / mirror / code / Atom feed
197540cc1656429078965611941cd70f22a2f424 blob 418 bytes (raw)

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

setopt localoptions extendedglob NO_shwordsplit
local mtnbranch mtnbase

mtnbase=${vcs_comm[basedir]}
rrn=${mtnbase:t}
mtnbranch=${${(M)${(f)"$( command ${vcs_comm[cmd]} status )"}:#(#s)Current branch:*}/*: /}
VCS_INFO_formats '' "${mtnbranch}" "${mtnbase}" '' '' '' ''
return 0
debug log:

solving 197540c ...
found 197540c in https://inbox.vuxu.org/zsh-workers/1413970104-5500-1-git-send-email-ft@bewatermyfriend.org/
found 0a8064c in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 0a8064c3649d8d319318762aa261e885a9a8c07a	Functions/VCS_Info/Backends/VCS_INFO_get_data_mtn

applying [1/1] https://inbox.vuxu.org/zsh-workers/1413970104-5500-1-git-send-email-ft@bewatermyfriend.org/
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_mtn b/Functions/VCS_Info/Backends/VCS_INFO_get_data_mtn
index 0a8064c..197540c 100644

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

index at:
100644 197540cc1656429078965611941cd70f22a2f424	Functions/VCS_Info/Backends/VCS_INFO_get_data_mtn

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).