changeset 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 0103e7187237
children d4df141f90d1
files tests/test-rebase-detach.t
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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