log: add support for bookmarks...
log: add support for bookmarks
A bookmark can already be pushed with 'hg push origin -B topic-foo'.
The pull command also supports bookmarks.
This patch adds support for bookmarks using the '_opt2logrevset' code path.
The list of changesets for a bookmark can now be obtained simply with:
'hg log -B topic-foo'.
Reviewed-by: Elenie Godzaridis <arangradient@gmail.com>
Differential Revision:
https://phab.mercurial-scm.org/D8973