comparison tests/test-rebase-scenario-global.t @ 15945:cd42f77d30c4 stable

rebase: drop uppercase in abort message
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Fri, 20 Jan 2012 12:04:45 -0200
parents e66084ef8449
children 4f795f5fbb0b
comparison
equal deleted inserted replaced
15944:f19d5c852f9b 15945:cd42f77d30c4
275 275
276 Check rebasing public changeset 276 Check rebasing public changeset
277 277
278 $ hg pull --config phases.publish=True -q -r 6 . # update phase of 6 278 $ hg pull --config phases.publish=True -q -r 6 . # update phase of 6
279 $ hg rebase -d 5 -b 6 279 $ hg rebase -d 5 -b 6
280 abort: Can't rebase immutable changeset e1c4361dd923 280 abort: can't rebase immutable changeset e1c4361dd923
281 (see hg help phases for details) 281 (see hg help phases for details)
282 [255] 282 [255]
283 283
284 $ hg rebase -d 5 -b 6 --keep 284 $ hg rebase -d 5 -b 6 --keep
285 285