-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Fix pip freeze not showing correct entry for mercurial packages that use subdirectories. #7072
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c0809f4
Added a `controls_location` implementation to the `Mercurial` class, …
TonyBeswick 063b899
Adding `get_subdirdctory` method to `Mercurial` class so it can detec…
TonyBeswick 73a6342
Added unit test for Mercurial to check for correct behaviour when eit…
TonyBeswick 356c6d2
fixed typo
tbeswick-enphase b95a16e
Added news
tbeswick-enphase 657a7cb
- Added missing argument to run_command: on_returncode='ignore'
tbeswick-enphase b2bae62
Fixed problem where vcs commands were being called even if they're no…
tbeswick-enphase c6906f1
- Abstracted out common `get_subdirectory()` code in `Git` and `Mercu…
tbeswick-enphase bcbaee7
Merge branch 'master' into master
TonyBeswick a0cbe4c
Fixing bad merge.
tbeswick-enphase 5ad4291
Added newline to end of news file.
tbeswick-enphase f7b44a8
Removed unused import.
tbeswick-enphase 1028e30
Fixed lint error in news.
tbeswick-enphase f81f3c9
Removed `get_repo_root_dir()`, this functionality is now included in …
tbeswick-enphase f197479
Fixed LF getting converted to CRLF in last commit.
tbeswick-enphase 24a2be8
Reverting `VersionControl.controls_location()` to pre PR state. Its …
tbeswick-enphase 7ebc541
Fixed missing return statement in `Mercurial.controls_location()`, it
tbeswick-enphase File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix ``pip freeze`` not showing correct entry for mercurial packages that use subdirectories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.