Paul Hammant <paul[_AT_]hammant.org>


Found Patch
r1817659 r1827200

r1817659 | danielsh | 2017-12-09 21:42:45 +0000 (Sat, 09 Dec 2017)

* docs/release-notes/1.8.html
  (#authz-fspath-syntax): Document that paths with trailing slashes are
    non-canonical.

Found by: Paul Hammant

r1827200 | julianfoad | 2018-03-19 13:43:41 +0000 (Mon, 19 Mar 2018)

Viewspec: Add regression tests for 'svn-viewspec.py'.

Patch by: Paul Hammant <paul[_AT_]hammant.org>
modified by me

* tools/client-side/svn-viewspec.py
  Prepare for testability: allow passing in a mock 'os.system' object, and
  make main() externally callable.

* tools/client-side/svnviewspec_test.py
  New file, for use with Python 'pytest'.