comparison tests/test-wireproto.t @ 5833:be8f7eb3f3a0 mercurial-4.7

test-compat: merge mercurial-4.8 into mercurial-4.7 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 14:48:12 +0800
parents 82da27321e91 1f301a3062f5
children
comparison
equal deleted inserted replaced
5766:82da27321e91 5833:be8f7eb3f3a0
1 1
2 $ cat >> $HGRCPATH <<EOF 2 $ cat >> $HGRCPATH <<EOF
3 > [defaults]
4 > amend=-d "0 0"
5 > [experimental] 3 > [experimental]
6 > obsmarkers-exchange-debug=true 4 > obsmarkers-exchange-debug=true
7 > bundle2-exp=true 5 > bundle2-exp=true
8 > [ui] 6 > [ui]
9 > ssh = "$PYTHON" "$RUNTESTDIR/dummyssh" 7 > ssh = "$PYTHON" "$RUNTESTDIR/dummyssh"