alex / pyvcs

A pure python abstraction layer of multiple VCS, very lightweight.
BSD 3-Clause "New" or "Revised" License
127 stars 10 forks source link

Corrects pysvn-1.7.2-related issue #16

Closed melinath closed 3 years ago

melinath commented 13 years ago

Corrects for the fact that self._repo.log() returns a list even in the case where only one item is returned. (At least with pysvn 1.7.2.)

melinath commented 3 years ago

Seems unlikely that this will be merged; closing to clean up my github backlog of PRS.