Changeset 1183 in tailor
- Timestamp:
- 06/25/06 11:25:52 (7 years ago)
- Hash name:
- 20060625092552-130f5-dedaaa228a6b2cf0c8e3e6f3608cffe46ca84b21
- Location:
- vcpx
- Files:
-
- 3 edited
-
repository/cvsps.py (modified) (2 diffs)
-
repository/cvs.py (modified) (1 diff)
-
tests/cvs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/cvsps.py
r1179 r1183 240 240 from shutil import rmtree 241 241 from time import sleep 242 from vcpx. cvs import CvsEntries242 from vcpx.repository.cvs import CvsEntries 243 243 244 244 entries = CvsEntries(self.basedir) … … 339 339 from os.path import join, exists, split 340 340 from time import sleep 341 from vcpx. cvs import CvsEntries, compare_cvs_revs341 from vcpx.repository.cvs import CvsEntries, compare_cvs_revs 342 342 343 343 if not self.repository.module: -
vcpx/repository/cvs.py
r1179 r1183 191 191 """The look ahead line stack.""" 192 192 193 self.log = getLogger('tailor.vcpx. cvs.collector')193 self.log = getLogger('tailor.vcpx.repository.cvs.collector') 194 194 195 195 self.__parseCvsLog(branch, entries, since) -
vcpx/tests/cvs.py
r1179 r1183 20 20 21 21 from datetime import datetime, timedelta 22 from vcpx. cvs import CvsEntry22 from vcpx.repository.cvs import CvsEntry 23 23 24 24 tagline = "/version.txt/1.16.2.1/Tue Jul 13 12:49:02 2004//T1.16.2.1"
Note: See TracChangeset
for help on using the changeset viewer.
