Show More
@@ -128,6 +128,64 b' Check that graphlog detect that a change' | |||||
128 | summary: add a |
|
128 | summary: add a | |
129 |
|
129 | |||
130 |
|
130 | |||
|
131 | check that heads does not report them | |||
|
132 | ||||
|
133 | $ hg heads | |||
|
134 | changeset: 5:5601fb93a350 | |||
|
135 | tag: tip | |||
|
136 | parent: 1:7c3bad9141dc | |||
|
137 | user: test | |||
|
138 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
139 | summary: add new_3_c | |||
|
140 | ||||
|
141 | $ hg heads --hidden | |||
|
142 | changeset: 5:5601fb93a350 | |||
|
143 | tag: tip | |||
|
144 | parent: 1:7c3bad9141dc | |||
|
145 | user: test | |||
|
146 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
147 | summary: add new_3_c | |||
|
148 | ||||
|
149 | changeset: 4:ca819180edb9 | |||
|
150 | parent: 1:7c3bad9141dc | |||
|
151 | user: test | |||
|
152 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
153 | summary: add new_2_c | |||
|
154 | ||||
|
155 | changeset: 3:cdbce2fbb163 | |||
|
156 | parent: 1:7c3bad9141dc | |||
|
157 | user: test | |||
|
158 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
159 | summary: add new_c | |||
|
160 | ||||
|
161 | changeset: 2:245bde4270cd | |||
|
162 | user: test | |||
|
163 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
164 | summary: add original_c | |||
|
165 | ||||
|
166 | ||||
|
167 | ||||
|
168 | check that summary does not report them | |||
|
169 | ||||
|
170 | $ hg init ../sink | |||
|
171 | $ echo '[paths]' >> .hg/hgrc | |||
|
172 | $ echo 'default=../sink' >> .hg/hgrc | |||
|
173 | $ hg summary --remote | |||
|
174 | parent: 5:5601fb93a350 tip | |||
|
175 | add new_3_c | |||
|
176 | branch: default | |||
|
177 | commit: (clean) | |||
|
178 | update: (current) | |||
|
179 | remote: 3 outgoing | |||
|
180 | ||||
|
181 | $ hg summary --remote --hidden | |||
|
182 | parent: 5:5601fb93a350 tip | |||
|
183 | add new_3_c | |||
|
184 | branch: default | |||
|
185 | commit: (clean) | |||
|
186 | update: 3 new changesets, 4 branch heads (merge) | |||
|
187 | remote: 3 outgoing | |||
|
188 | ||||
131 | Check that public changeset are not accounted as obsolete: |
|
189 | Check that public changeset are not accounted as obsolete: | |
132 |
|
190 | |||
133 | $ hg --hidden phase --public 2 |
|
191 | $ hg --hidden phase --public 2 |
General Comments 0
You need to be logged in to leave comments.
Login now