comparison tests/test-share.t @ 38249:1e9c357d3ddf

phase: clarify the message about movement on command changeset The current message is a bit generic. Since we only print it for phase movement on changeset already common before the pull, we add "local" to the message in and attempt to clarify what changeset the phase movement affected.
author Boris Feld <boris.feld@octobus.net>
date Tue, 05 Jun 2018 01:49:52 +0200
parents eb9835014d20
children d0abd7949ea3
comparison
equal deleted inserted replaced
38248:99ab72b867b7 38249:1e9c357d3ddf
358 $ hg pull $TESTTMP/repo4 358 $ hg pull $TESTTMP/repo4
359 pulling from $TESTTMP/repo4 359 pulling from $TESTTMP/repo4
360 searching for changes 360 searching for changes
361 no changes found 361 no changes found
362 adding remote bookmark bm3 362 adding remote bookmark bm3
363 1 changesets became public 363 1 local changesets became public
364 $ hg boo 364 $ hg boo
365 bm1 3:b87954705719 365 bm1 3:b87954705719
366 * bm3 4:62f4ded848e4 366 * bm3 4:62f4ded848e4
367 bm4 5:92793bfc8cad 367 bm4 5:92793bfc8cad
368 $ cd .. 368 $ cd ..