Skip to content

FIX: git and hg revision checkout under Windows#1741

Merged
jaraco merged 4 commits into
pypa:masterfrom
2xB:issue-1740
Apr 12, 2019
Merged

FIX: git and hg revision checkout under Windows#1741
jaraco merged 4 commits into
pypa:masterfrom
2xB:issue-1740

Conversation

@2xB

@2xB 2xB commented Apr 11, 2019

Copy link
Copy Markdown
Contributor

Windows does not change the working directory for a process via cd .. && <process> (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of (cd %s && <command>) with arguments provided by git and hg respectively.

Closes #1740

2xB and others added 4 commits April 12, 2019 00:32
Windows does not change the working directory for a process via `cd .. && <process>` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &&` with arguments provided by `git` and `hg` respectively.
Checking for new implementation solving issue pypa#1740
@jaraco jaraco merged commit 1cc8821 into pypa:master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git and Mercurial revision checkout not working under Windows

2 participants