diff -r 86fc364ca5f8 -r fc8c7a5ccc4a tests/test-rollback.t --- a/tests/test-rollback.t Thu Dec 08 16:39:00 2011 +0100 +++ b/tests/test-rollback.t Thu Dec 08 16:01:44 2011 -0600 @@ -43,6 +43,7 @@ Test issue 902 (current branch is preserved) $ hg branch test marked working directory as branch test + (branches are permanent and global, did you want a bookmark?) $ hg rollback repository tip rolled back to revision 0 (undo commit) working directory now based on revision 0 @@ -58,6 +59,7 @@ $ hg commit -m "test3" $ hg branch test marked working directory as branch test + (branches are permanent and global, did you want a bookmark?) $ rm .hg/undo.branch $ hg rollback repository tip rolled back to revision 0 (undo commit)