dsoprea / PySvn

Lightweight Subversion library for Python.
GNU General Public License v2.0
217 stars 145 forks source link

add copyfrom_* fields for changelist entries and use namedtuples #181

Open paulie4 opened 2 years ago

paulie4 commented 2 years ago

NOTE: this improvement is backwards compatible, since the new ChangelistEntry namedtuple still has action and path as the first two items in the tuple.