Mercurial > evolve
diff tests/test-topic-rebase.t @ 5823:fd039a7f0c3c mercurial-5.6
test-compat: merge stable into mercurial-5.6
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 12:29:50 +0800 |
parents | 03410b04cf10 a1dad44fe3da |
children | 8c4b3178b32d |
line wrap: on
line diff
--- a/tests/test-topic-rebase.t Fri Jan 29 17:23:31 2021 +0800 +++ b/tests/test-topic-rebase.t Thu Mar 11 12:29:50 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]