Submitter | phabricator |
---|---|
Date | April 9, 2021, 3:34 a.m. |
Message ID | <differential-rev-PHID-DREV-wvbby3ebbhikhfbm53tb-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48651/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-ssh-proto.t b/tests/test-ssh-proto.t --- a/tests/test-ssh-proto.t +++ b/tests/test-ssh-proto.t @@ -1,5 +1,12 @@ #require no-chg +persistent-nodemap is not enabled by default. It is not relevant for this test so disable it. + + $ cat << EOF >> $HGRCPATH + > [format] + > use-persistent-nodemap = no + > EOF + $ cat > hgrc-sshv2 << EOF > %include $HGRCPATH > [experimental]