Mercurial > hg
view tests/narrow-library.sh @ 46869:ed286d150aa8
setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
I thought I took care of this already, but it must have been that I just
manually copied the file over locally when debugging why the pygit2 library
wasn't loading. The problem with that is what was copied over was from py38,
and then running a py39 build hard crashed when the extension was loaded.
Differential Revision: https://phab.mercurial-scm.org/D10301
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 03 Apr 2021 21:15:45 -0400 |
parents | d72378f93a44 |
children | 1d075b857c90 |
line wrap: on
line source
cat >> $HGRCPATH <<EOF [extensions] narrow= [ui] ssh=$PYTHON "$RUNTESTDIR/dummyssh" [experimental] changegroup3 = True EOF