mercurial-ruby icon indicating copy to clipboard operation
mercurial-ruby copied to clipboard

Fixes for using mercurial-ruby on Windows

Open Tak opened this issue 9 years ago • 2 comments

I hit two stumbling blocks when trying to use mercurial-ruby on windows:

  • popen4 ultimately calls fork, which is unsupported
  • shell tries to wrap command arguments in single quotes, which the windows shell hates

I've verified that neither change regresses existing tests (open3 codepath passes everything, double-quote codepath passes everything except tests to ensure that we're using single quotes to wrap)

Tak avatar Apr 11 '16 15:04 Tak

:+1: This fixes #6.

cignoir avatar Apr 12 '16 00:04 cignoir

So...is this repo abandoned?

Tak avatar Aug 08 '16 12:08 Tak