changeset 3384 | 2b06f144b6e0 |
parent 3016 | d12c82fd1143 |
child 3397 | f7129e3d5a38 |
--- a/tests/test-topic-rebase.t Wed Jan 10 10:54:02 2018 +0000 +++ b/tests/test-topic-rebase.t Tue Jan 09 23:42:57 2018 +0530 @@ -28,7 +28,7 @@ > hg ci -m "add $1" $2 $3 > } $ logtopic() { - > hg log -G -T "{rev}:{node}\ntopics: {topics}" + > hg log -G -T "{rev}:{node}\ntopics: {topic}" > } Check that rebase keep the topic in the simple case (1 changeset, no merge conflict)