Support supports_parent_diffs in SVNRepositoryInfo
Review Request #8662 — Created Jan. 22, 2017 and submitted
A change a while back (ad7dfc5) removed the
supports_parent_diffs
parameter from theSVNRepositoryInfoconstructor, causing an
unexpected keyword argument error when usingrbt postwith git-svn.
This patch fixes that regression.
Ran unit tests.
Tool: Pyflakes Processed Files: rbtools/clients/svn.py Tool: PEP8 Style Checker Processed Files: rbtools/clients/svn.py