Changeset 1017 in tailor


Ignore:
Timestamp:
11/20/05 03:20:22 (8 years ago)
Author:
lele@…
Hash name:
20051120022022-97f81-ba7c78915bd0f8cec6a4475c4eaa0b1d53f6246f
Message:

Use the encoding error policy specified on the repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r1007 r1017  
    615615                "%s returned status %d" % (str(cvslog), cvslog.exit_status)) 
    616616 
    617         log = reader(log) 
     617        log = reader(log, self.repository.encoding_errors_policy) 
    618618        return changesets_from_cvslog(log, self.repository.module, branch, 
    619619                                      CvsEntries(self.repository.rootdir), 
Note: See TracChangeset for help on using the changeset viewer.