Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Fri Oct 26 14:37:03 2012 +0200 +++ b/tests/test-bookmarks-pushpull.t Fri Oct 26 14:53:31 2012 +0200 @@ -337,6 +337,7 @@ added 5 changesets with 5 changes to 3 files (+2 heads) updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved + active bookmark: @ $ hg -R cloned-bookmarks bookmarks * @ 1:9b140be10808 X 1:9b140be10808 @@ -357,6 +358,7 @@ added 5 changesets with 5 changes to 3 files (+2 heads) updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved + active bookmark: @ $ cd addmarks $ echo foo > foo $ hg add foo