Backed out changeset
4c3e0ad58c5b
In discussion with mpm and tonfa we decided that we need a more generic
solution and not a bookmark specific.
Backed out changeset
187a13bd14c6
In discussion with mpm and tonfa we decided that we need a better rev
syntax instead of a bookmark specific solution.
bookmarks: do not overwrite bookmarks.current if not necessary
If we update to the ref that the bookmarks.current points to, we do
not want to update bookmarks.current
bookmarks: Fix tests
As we merge tags now with bookmarks we have add those tags
to the tests.
bookmarks: more git-like branches
Bookmarks are not really git branches, but with the track.current option we try
to focus more on a git like behavior as this was requested.