Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make VersionControl.fetch_new() an instance method #6519

Merged
merged 1 commit into from
May 22, 2019

Conversation

cjerdonek
Copy link
Member

This PR is to allow #6515 to proceed ("Properly support interactive Subversion client").

The PR changes VersionControl.fetch_new() back to an instance method to support a new use case (originally requested in #6386). Before issue #6386, there wasn't a reason to store global state in VersionControl instances. And with PR #6492, we can now do so.

@cjerdonek cjerdonek added C: vcs pip's interaction with version control systems like git, svn and bzr skip news Does not need a NEWS file entry (eg: trivial changes) labels May 22, 2019
Copy link
Contributor

@johnthagen johnthagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@cjerdonek
Copy link
Member Author

Okay, thanks for the second look.

@cjerdonek cjerdonek merged commit c34191f into pypa:master May 22, 2019
@cjerdonek cjerdonek deleted the vcs-subversion-fetch-new branch May 22, 2019 18:30
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 21, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: vcs pip's interaction with version control systems like git, svn and bzr skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants