Mercurial > hg
comparison tests/test-rebase-mq-skip.t @ 37330:db06c4bb2158
tests: remove superfluous config setting
format.usegeneraldelta defaults to true.
Differential Revision: https://phab.mercurial-scm.org/D3057
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 03 Apr 2018 18:20:10 -0700 |
parents | 4441705b7111 |
children | 09680349cc2d |
comparison
equal
deleted
inserted
replaced
37329:676664592313 | 37330:db06c4bb2158 |
---|---|
1 This emulates the effects of an hg pull --rebase in which the remote repo | 1 This emulates the effects of an hg pull --rebase in which the remote repo |
2 already has one local mq patch | 2 already has one local mq patch |
3 | 3 |
4 $ cat >> $HGRCPATH <<EOF | 4 $ cat >> $HGRCPATH <<EOF |
5 > [format] | |
6 > usegeneraldelta=yes | |
7 > [extensions] | 5 > [extensions] |
8 > rebase= | 6 > rebase= |
9 > mq= | 7 > mq= |
10 > | 8 > |
11 > [phases] | 9 > [phases] |