When creating a new upstream for the patch workflow, the remote name is always
assumed to be rad.
It’s possible for users to use another remote name but still use a rad:// URL
for pushing. To allow for this, the function that creates the upstream entry now
takes a remote name. In the remote helper, rad patch checkout, and rad patch set the remote can be optionally specified and fall back to the rad remote
name as a default.
When creating a new upstream for the patch workflow, the remote name is always
assumed to be rad.
It’s possible for users to use another remote name but still use a rad:// URL
for pushing. To allow for this, the function that creates the upstream entry now
takes a remote name. In the remote helper, rad patch checkout, and rad patch set the remote can be optionally specified and fall back to the rad remote
name as a default.
Rebase.