[ranch] 4: Add forgotten banner.
            
            
            
                8 Nov
                
                    2005
                
            
            
                8 Nov
                
                '05
                
            
            
            
        
    
                10:07 a.m.
            
        https://svn.lrde.epita.fr/svn/ranch/trunk Index: ChangeLog from Nicolas Desprès <nicolas.despres@lrde.epita.fr> Add forgotten banner. * vcs/ranch.rb: Add the banner of the projet in the mail subject. ranch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: vcs/ranch.rb --- vcs/ranch.rb (revision 3) +++ vcs/ranch.rb (working copy) @@ -8,7 +8,7 @@ protocol_version '0.1' def ranch_commit! ( *args ) - common_commit!("<%= rev %>: <%= title %>", *args) do |subject| + common_commit!("[ranch] <%= rev %>: <%= title %>", *args) do |subject| mail!(:to => [ 'projects@lrde.epita.fr' ], :subject => subject) end end
        7301
        
      
          Age (days ago)
        
      
        7301
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
Nicolas Despr�s