comparison tests/test-wireproto.t @ 5829:671b9beb471e mercurial-5.1

test-compat: merge mercurial-5.2 into mercurial-5.1 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 14:07:39 +0800
parents 669270305ccb 664f62e57231
children 1f301a3062f5
comparison
equal deleted inserted replaced
5762:669270305ccb 5829:671b9beb471e
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"