comparison tests/test-topic.t @ 4648:493470e7a0f2

test: update output to match the parent changesets This amend was forgotten.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 04 Jun 2019 10:30:56 +0200
parents 228caeb8b7af
children d0d8c0e2f3fc e15dc6defc99
comparison
equal deleted inserted replaced
4647:228caeb8b7af 4648:493470e7a0f2
113 113
114 In addition, the topic extension adds a "--publish" flag on 'hg push'. When 114 In addition, the topic extension adds a "--publish" flag on 'hg push'. When
115 used, the pushed revisions are published if the push succeeds. It also applies 115 used, the pushed revisions are published if the push succeeds. It also applies
116 to common revisions selected by the push. 116 to common revisions selected by the push.
117 117
118 One can prevent any publishing to happens in a repository using 118 One can prevent any publishing to happens in a repository using:
119 119
120 [experimental] topic.allow-publish = no 120 [experimental]
121 topic.allow-publish = no
121 122
122 list of commands: 123 list of commands:
123 124
124 stack list all changesets in a topic and other information 125 stack list all changesets in a topic and other information
125 topics View current topic, set current topic, change topic for a set 126 topics View current topic, set current topic, change topic for a set