mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
Add new vcs_info backend files to corresponding `.distfiles' file.
This commit is contained in:
parent
ae6fb299f3
commit
15779b019d
2 changed files with 9 additions and 2 deletions
|
@ -1,10 +1,15 @@
|
|||
2011-03-20 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
2011-03-30 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* Mike Meyer: 28956, 28957:
|
||||
Functions/VCS_Info/Backends/VCS_INFO_detect_fossil,
|
||||
Functions/VCS_Info/Backends/VCS_INFO_get_data_fossil,
|
||||
Doc/Zsh/contrib.yo: Add fossil support to vcs_info.
|
||||
|
||||
* unposted: Functions/VCS_Info/Backends/.distfiles: Add
|
||||
new backend files to `.distfiles'.
|
||||
|
||||
* unposted: ChangeLog: Fix typo in date.
|
||||
|
||||
2011-03-29 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* unposted: Completion/Unix/Command/_vim: Fix typo in
|
||||
|
@ -14394,5 +14399,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5234 $
|
||||
* $Revision: 1.5235 $
|
||||
*****************************************************
|
||||
|
|
|
@ -4,6 +4,7 @@ VCS_INFO_detect_bzr
|
|||
VCS_INFO_detect_cdv
|
||||
VCS_INFO_detect_cvs
|
||||
VCS_INFO_detect_darcs
|
||||
VCS_INFO_detect_fossil
|
||||
VCS_INFO_detect_git
|
||||
VCS_INFO_detect_hg
|
||||
VCS_INFO_detect_mtn
|
||||
|
@ -15,6 +16,7 @@ VCS_INFO_get_data_bzr
|
|||
VCS_INFO_get_data_cdv
|
||||
VCS_INFO_get_data_cvs
|
||||
VCS_INFO_get_data_darcs
|
||||
VCS_INFO_get_data_fossil
|
||||
VCS_INFO_get_data_git
|
||||
VCS_INFO_get_data_hg
|
||||
VCS_INFO_get_data_mtn
|
||||
|
|
Loading…
Reference in a new issue