Changeset 1116 in tailor


Ignore:
Timestamp:
05/09/06 21:10:36 (7 years ago)
Author:
lele@…
Hash name:
20060509191036-97f81-1ee66d32c47d2e7ac5aed1d90e6b67c6bbfcca16
Message:

Emit some noise when forcing CVS sticky tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvsps.py

    r1115 r1116  
    540540        from os.path import join, exists 
    541541 
     542        self.log.info("Forcing CVS sticky tag in %s", self.basedir) 
     543 
    542544        for dir, subdirs, files in walk(self.basedir): 
    543545            if dir[-3:] == 'CVS': 
Note: See TracChangeset for help on using the changeset viewer.