comparison tests/test-obsolete.t @ 743:af74a5cdf96b

conform to the Mercurial custom of lowercase messages ...and while at it, use the more usual long form of "can't"
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 26 Jul 2013 12:06:44 +0200
parents 5a929510de9d
children 99e51aff724b
comparison
equal deleted inserted replaced
742:760d01a549a6 743:af74a5cdf96b
117 3 117 3
118 - 0d3f46688ccc 118 - 0d3f46688ccc
119 4 119 4
120 - 725c380fe99b 120 - 725c380fe99b
121 $ hg up --hidden 3 -q 121 $ hg up --hidden 3 -q
122 Working directory parent is obsolete 122 working directory parent is obsolete!
123 $ mkcommit d # 5 (on 3) 123 $ mkcommit d # 5 (on 3)
124 1 new unstable changesets 124 1 new unstable changesets
125 $ qlog -r 'obsolete()' 125 $ qlog -r 'obsolete()'
126 3 126 3
127 - 0d3f46688ccc 127 - 0d3f46688ccc
191 1 191 1
192 - 7c3bad9141dc 192 - 7c3bad9141dc
193 0 193 0
194 - 1f0dee641bb7 194 - 1f0dee641bb7
195 $ hg up --hidden 3 -q 195 $ hg up --hidden 3 -q
196 Working directory parent is obsolete 196 working directory parent is obsolete!
197 $ mkcommit obsol_d # 6 197 $ mkcommit obsol_d # 6
198 created new head 198 created new head
199 1 new unstable changesets 199 1 new unstable changesets
200 $ hg debugobsolete `getid 5` `getid 6` 200 $ hg debugobsolete `getid 5` `getid 6`
201 $ qlog 201 $ qlog
247 searching for changes 247 searching for changes
248 no changes found 248 no changes found
249 [1] 249 [1]
250 250
251 $ hg up --hidden -q .^ # 3 251 $ hg up --hidden -q .^ # 3
252 Working directory parent is obsolete 252 working directory parent is obsolete!
253 $ mkcommit "obsol_d'" # 7 253 $ mkcommit "obsol_d'" # 7
254 created new head 254 created new head
255 1 new unstable changesets 255 1 new unstable changesets
256 $ hg debugobsolete `getid 6` `getid 7` 256 $ hg debugobsolete `getid 6` `getid 7`
257 $ hg pull -R ../other-new . 257 $ hg pull -R ../other-new .
334 - 1f0dee641bb7 334 - 1f0dee641bb7
335 335
336 Test rollback support 336 Test rollback support
337 337
338 $ hg up --hidden .^ -q # 3 338 $ hg up --hidden .^ -q # 3
339 Working directory parent is obsolete 339 working directory parent is obsolete!
340 $ mkcommit "obsol_d''" 340 $ mkcommit "obsol_d''"
341 created new head 341 created new head
342 1 new unstable changesets 342 1 new unstable changesets
343 $ hg debugobsolete `getid 7` `getid 8` 343 $ hg debugobsolete `getid 7` `getid 8`
344 $ cd ../other-new 344 $ cd ../other-new