Correction of the errors in repo_to and repo_from variables.
+1
Pull-Request has been merged by cverna
I assume consumers of this that were using pagure_repository will now need to provide repo_to ? I suspect you'll have some people opening issues when their code starts breaking.
pagure_repository
repo_to
True. I will fix it.
Should be fixed in PR #45 Could you please check it?
looks like it should work. I'm not sure of the lineage of repo_to, but if it is more correct you could allow for both options (for backwards compatibility) and just set it as repo_t in the init function.
repo_t
@dustymabe Ok, I will do that!
Correction of the errors in repo_to and repo_from variables.