mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #autoload
 | |
| 
 | |
| entries=()
 | |
| if [[ -f ${pref}CVS/Entries ]]; then
 | |
|   local rawentries
 | |
|   rawentries=(${(f)"$(<${pref}CVS/Entries)"})
 | |
|   _cvs_extract_modifiedfile_entries
 | |
|   _cvs_extract_directory_entries
 | |
| fi
 |