tests: simplify config in test-rebase-detach.t
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 14 Jul 2017 23:09:17 -0700
changeset 33559 094634292d34
parent 33558 0103e7187237
child 33560 d4df141f90d1
tests: simplify config in test-rebase-detach.t Differential Revision: https://phab.mercurial-scm.org/D93
tests/test-rebase-detach.t
--- a/tests/test-rebase-detach.t	Fri Jul 14 22:32:58 2017 -0700
+++ b/tests/test-rebase-detach.t	Fri Jul 14 23:09:17 2017 -0700
@@ -2,11 +2,8 @@
   > [extensions]
   > rebase=
   > 
-  > [phases]
-  > publish=False
-  > 
   > [alias]
-  > tglog = log -G --template "{rev}: '{desc}' {branches}\n"
+  > tglog = log -G --template "{rev}: '{desc}'\n"
   > EOF