Submitter | phabricator |
---|---|
Date | April 9, 2021, 3:34 a.m. |
Message ID | <differential-rev-PHID-DREV-d47tfbasemg3r6pwtjub-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48654/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-wireproto-command-capabilities.t b/tests/test-wireproto-command-capabilities.t --- a/tests/test-wireproto-command-capabilities.t +++ b/tests/test-wireproto-command-capabilities.t @@ -2,6 +2,13 @@ $ . $TESTDIR/wireprotohelpers.sh +persistent-nodemap is not enabled by default. It is not relevant for this test so disable it. + + $ cat >> $HGRCPATH << EOF + > [format] + > use-persistent-nodemap = no + > EOF + $ hg init server zstd isn't present in plain builds. Make tests easier by removing