Changeset 43 for confman/confmanlib.sh


Ignore:
Timestamp:
03/29/2006 15:41:30 (6 years ago)
Author:
ccowart
Message:

Sprucing up the diff/log capabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confmanlib.sh

    r42 r43  
    266266 
    267267function conf_diff { 
    268   local filename=$1 
    269   svn diff $filename 
     268  svn diff $* 
    270269} 
    271270 
    272271function conf_log { 
    273   local filename=$1 
    274   svn log $filename 
     272  svn log $* 
    275273} 
    276274 
Note: See TracChangeset for help on using the changeset viewer.