When switching bookmark, the new current bookmark do not come 'active'.
Created originally on Bitbucket by PhoneixS (Javier Alfonso Bellota de Frutos)
In version 1.7, when switching to a bookmark using the "Switch To" window, the switch look to be only partly made. The files are updated (in editors and Project Explorer) but if I open again the "Switch To" window the current bookmark state is 'inactive'. And if check on the command line with hg bookmarks
there's no bookmarks selected.
According to the resin docs, doing
#!bash
hg update -r <bookmark_name>
instead of
#!bash
hg update -r <rev>
would solve this when switching to a bookmark.
This bug was before in http://www.javaforge.com/issue/13640