Changeset 1151 in tailor for vcpx/cvs.py
- Timestamp:
- 05/28/06 09:34:22 (7 years ago)
- Hash name:
- 20060528073422-0ac44-d367fa9e6a08b7f4320533a3813f8415a8d6c449
- File:
-
- 1 edited
-
vcpx/cvs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/cvs.py
r1095 r1151 402 402 if cs is None: 403 403 break 404 404 405 date,author,changelog,e,rev,state,newentry = cs 406 407 # CVS seems to sometimes mess up what it thinks the branch is... 408 if not cvs_revs_same_branch(normalize_cvs_rev(rev), branchnum): 409 self.log.warning("Skipped revision %s on entry %s " 410 "as revision didn't match branch revision %s " 411 "for branch %s" 412 % (str(normalize_cvs_rev(rev)), entry, 413 str(branchnum), str(branch))) 414 expected_revisions -= 1 415 continue 405 416 406 417 # Skip spurious entries added in a branch
Note: See TracChangeset
for help on using the changeset viewer.
