Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up to r1921602: Fix argument sequence of svn_client__get_diff_…
…writer_svn to much its declaration with its implementation. When the use_git_diff_format argument was introduced to the function, it was added incorrectly to its declaration. This commit adjust the declaration to the implementation. The sequence of args used in the implementation is more correct, because it repeats the svn_client_diff7 family. * subversion/include/private/svn_client_private.h (svn_client__get_diff_writer_svn): Swap use_git_diff_format and pretty_print_mergeinfo args. * subversion/svn/shelf-cmd.c (shelf_diff): Update the usage to fit with the updated function. * subversion/svn/shelf2-cmd.c (shelf_diff): Ditto. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922647 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information