comparison tests/test-rebase-detach.t @ 33559:094634292d34

tests: simplify config in test-rebase-detach.t Differential Revision: https://phab.mercurial-scm.org/D93
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Jul 2017 23:09:17 -0700
parents 3b7cb3d17137
children d4df141f90d1
comparison
equal deleted inserted replaced
33558:0103e7187237 33559:094634292d34
1 $ cat >> $HGRCPATH <<EOF 1 $ cat >> $HGRCPATH <<EOF
2 > [extensions] 2 > [extensions]
3 > rebase= 3 > rebase=
4 > 4 >
5 > [phases]
6 > publish=False
7 >
8 > [alias] 5 > [alias]
9 > tglog = log -G --template "{rev}: '{desc}' {branches}\n" 6 > tglog = log -G --template "{rev}: '{desc}'\n"
10 > EOF 7 > EOF
11 8
12 9
13 $ hg init a 10 $ hg init a
14 $ cd a 11 $ cd a