This patch introduces another config option which if set to true, we can create
new bookmarks on the server using push command. An earlier patch added
capability to push to a certain bookmark on the server. If bookmark was not
already present on the server, we errored out. With
remotenames.createremotebookmark config set, the push will create that bookmark
on the server.
This series serves as a great feature for people who use bookmarks as after this
you can push changesets to a bookmark which does not exists locally. In other
words, you can push your changesets to a bookmark without having it locally.
This series will help people in having a non-local bookmark workflow involving
remotenames.
The functionality added in this patch is equivalent to --create flag to push
command added by hgremotenames extension.