Mercurial > evolve
diff tests/test-topic-rebase.t @ 5824:73573aec18f7 mercurial-5.5
test-compat: merge mercurial-5.6 into mercurial-5.5
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 12:40:20 +0800 |
parents | fd039a7f0c3c |
children | 8c4b3178b32d |
line wrap: on
line diff
--- a/tests/test-topic-rebase.t Sat Jan 30 20:32:38 2021 +0800 +++ b/tests/test-topic-rebase.t Thu Mar 11 12:40:20 2021 +0800 @@ -2,19 +2,6 @@ -------------------------- $ cat >> $HGRCPATH <<EOF - > [defaults] - > amend=-d "0 0" - > fold=-d "0 0" - > split=-d "0 0" - > amend=-d "0 0" - > [web] - > push_ssl = false - > allow_push = * - > [phases] - > publish = False - > [diff] - > git = 1 - > unified = 0 > [ui] > interactive = true > [extensions]