Mercurial > public > mercurial-scm > hg-stable
diff tests/test-bookmarks-pushpull.t @ 17870:7d2dd10ce9ea stable
clone: activate @ bookmark if updating to it
The message "updating bookmark @ failed!" in test-bookmarks-pushpull.t
is correct, because the changeset that the @ bookmark points to is not
pushed to the target repository.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 26 Oct 2012 14:37:03 +0200 |
parents | daf32ebfde6b |
children | 52c7e171e355 |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Fri Oct 26 13:20:44 2012 +0200 +++ b/tests/test-bookmarks-pushpull.t Fri Oct 26 14:37:03 2012 +0200 @@ -338,7 +338,7 @@ updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg -R cloned-bookmarks bookmarks - @ 1:9b140be10808 + * @ 1:9b140be10808 X 1:9b140be10808 Y 4:c922c0139ca0 Z 2:0d2164f0ce0d @@ -377,6 +377,7 @@ remote: adding manifests remote: adding file changes remote: added 1 changesets with 1 changes to 1 files + updating bookmark @ failed! exporting bookmark add-foo $ cd ..