comparison tests/test-bookmarks-pushpull.t @ 17871:52c7e171e355 stable

clone: print bookmark name when clone activates a bookmark Similar to the message that prints the checked out branch name. Without this, the user might accidentally move the @ bookmark.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 26 Oct 2012 14:53:31 +0200
parents 7d2dd10ce9ea
children 7d4e98bf114d
comparison
equal deleted inserted replaced
17870:7d2dd10ce9ea 17871:52c7e171e355
335 adding manifests 335 adding manifests
336 adding file changes 336 adding file changes
337 added 5 changesets with 5 changes to 3 files (+2 heads) 337 added 5 changesets with 5 changes to 3 files (+2 heads)
338 updating to branch default 338 updating to branch default
339 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 339 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
340 active bookmark: @
340 $ hg -R cloned-bookmarks bookmarks 341 $ hg -R cloned-bookmarks bookmarks
341 * @ 1:9b140be10808 342 * @ 1:9b140be10808
342 X 1:9b140be10808 343 X 1:9b140be10808
343 Y 4:c922c0139ca0 344 Y 4:c922c0139ca0
344 Z 2:0d2164f0ce0d 345 Z 2:0d2164f0ce0d
355 adding manifests 356 adding manifests
356 adding file changes 357 adding file changes
357 added 5 changesets with 5 changes to 3 files (+2 heads) 358 added 5 changesets with 5 changes to 3 files (+2 heads)
358 updating to branch default 359 updating to branch default
359 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 360 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
361 active bookmark: @
360 $ cd addmarks 362 $ cd addmarks
361 $ echo foo > foo 363 $ echo foo > foo
362 $ hg add foo 364 $ hg add foo
363 $ hg commit -m 'add foo' 365 $ hg commit -m 'add foo'
364 $ echo bar > bar 366 $ echo bar > bar