Commit f635a88
committed
Migrate patch internal implementation to use svn_diff_patch_parser_t API
instead of svn_patch_file_t; Those can be created directly from a file,
which we will require in future, as we want to apply a patch from an APR
file.
* subversion/libsvn_client/patch.c
(apply_patches): Change input parameter type as explained above and change
parse API method used.
(svn_client_patch): Open file manually and create a patch parser instead
of opening a patch file.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1925479 13f79535-47bb-0310-9956-ffa450edef681 parent c433ee9 commit f635a88
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3613 | 3613 | | |
3614 | 3614 | | |
3615 | 3615 | | |
3616 | | - | |
3617 | | - | |
| 3616 | + | |
| 3617 | + | |
3618 | 3618 | | |
3619 | 3619 | | |
3620 | 3620 | | |
| |||
3649 | 3649 | | |
3650 | 3650 | | |
3651 | 3651 | | |
3652 | | - | |
3653 | | - | |
3654 | | - | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
3655 | 3655 | | |
3656 | 3656 | | |
3657 | 3657 | | |
| |||
3735 | 3735 | | |
3736 | 3736 | | |
3737 | 3737 | | |
3738 | | - | |
| 3738 | + | |
| 3739 | + | |
3739 | 3740 | | |
3740 | 3741 | | |
3741 | 3742 | | |
| |||
3771 | 3772 | | |
3772 | 3773 | | |
3773 | 3774 | | |
3774 | | - | |
| 3775 | + | |
| 3776 | + | |
| 3777 | + | |
3775 | 3778 | | |
3776 | 3779 | | |
3777 | | - | |
| 3780 | + | |
3778 | 3781 | | |
3779 | 3782 | | |
3780 | 3783 | | |
3781 | 3784 | | |
3782 | | - | |
| 3785 | + | |
3783 | 3786 | | |
3784 | 3787 | | |
3785 | 3788 | | |
0 commit comments