@@ -129,7 +129,7 @@ test('fetches regular patch, adds remote, applies patch, installs deps, removes
129
129
expect ( flushOutput ( ) ) . toMatchInlineSnapshot ( `
130
130
"info Fetching diff between v0.57.8 and v0.58.4...
131
131
[fs] write tmp-upgrade-rn.patch
132
- $ execa git remote add tmp-rn-diff-purge https://github.com/pvinis /rn-diff-purge.git
132
+ $ execa git remote add tmp-rn-diff-purge https://github.com/react-native-community /rn-diff-purge.git
133
133
$ execa git fetch --no-tags tmp-rn-diff-purge
134
134
$ execa git apply --check tmp-upgrade-rn.patch --exclude=package.json -p2 --3way
135
135
info Applying diff...
@@ -179,14 +179,14 @@ test('cleans up if patching fails,', async () => {
179
179
expect ( flushOutput ( ) ) . toMatchInlineSnapshot ( `
180
180
"info Fetching diff between v0.57.8 and v0.58.4...
181
181
[fs] write tmp-upgrade-rn.patch
182
- $ execa git remote add tmp-rn-diff-purge https://github.com/pvinis /rn-diff-purge.git
182
+ $ execa git remote add tmp-rn-diff-purge https://github.com/react-native-community /rn-diff-purge.git
183
183
$ execa git fetch --no-tags tmp-rn-diff-purge
184
184
$ execa git apply --check tmp-upgrade-rn.patch --exclude=package.json -p2 --3way
185
185
info Applying diff (excluding: package.json, .flowconfig)...
186
186
$ execa git apply tmp-upgrade-rn.patch --exclude=package.json --exclude=.flowconfig -p2 --3way
187
187
[2merror: .flowconfig: does not exist in index[22m
188
188
error Automatically applying diff failed
189
- info Here's the diff we tried to apply: https://github.com/pvinis /rn-diff-purge/compare/version/0.57.8...version/0.58.4
189
+ info Here's the diff we tried to apply: https://github.com/react-native-community /rn-diff-purge/compare/version/0.57.8...version/0.58.4
190
190
info You may find release notes helpful: https://github.com/facebook/react-native/releases/tag/v0.58.4
191
191
[fs] unlink tmp-upgrade-rn.patch
192
192
warn Continuing after failure. Most of the files are upgraded but you will need to deal with some conflicts manually
0 commit comments