comparison tests/test-topic-stack.t @ 1959:6789d5d9f2b0

test: remove comment about new head warning The new head warning was buggy. This was fixed in bdc5bb223b50.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 04 Apr 2016 00:17:54 -0700
parents 62d5d4206840
children a9a1abc7dd75
comparison
equal deleted inserted replaced
1958:62d5d4206840 1959:6789d5d9f2b0
8 > logtemplate = {rev} {branch} \{{get(namespaces, "topics")}} {phase} {desc|firstline}\n 8 > logtemplate = {rev} {branch} \{{get(namespaces, "topics")}} {phase} {desc|firstline}\n
9 > [experimental] 9 > [experimental]
10 > evolution=createmarkers,exchange,allowunstable 10 > evolution=createmarkers,exchange,allowunstable
11 > EOF 11 > EOF
12 12
13 (new head warning seems buggy)
14 $ hg init main 13 $ hg init main
15 $ cd main 14 $ cd main
16 $ echo aaa > aaa 15 $ echo aaa > aaa
17 $ hg add aaa 16 $ hg add aaa
18 $ hg commit -m c_a 17 $ hg commit -m c_a