Mercurial > hg
view mercurial/helptext/deprecated.txt @ 44372:8407031f195f
bookmarks: prevent pushes of divergent bookmarks (foo@remote)
Before this change, such bookmarks are write-only: a client can push
them but not pull/read them. And because these bookmark can't be read,
even pushes are limited (for instance trying to delete such a bookmark
fails with a vanilla client because the client thinks the bookmark is
neither on the local nor the remote).
This change makes the server refuses such bookmarks, and for earlier
errors, makes the client refuse to send them.
I think the change of behavior is acceptable because I think this is a
bug in push/pull, and I don't think we change the behavior of `hg
unbundle`, because it doesn't seem that `hg bundle` ever store
bookmarks (and even if it did, it would seem weird anyway to try to
send divergent bookmarks).
Differential Revision: https://phab.mercurial-scm.org/D8117
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Thu, 13 Feb 2020 22:51:17 -0500 |
parents | 2e017696181f |
children |
line wrap: on
line source
Mercurial evolves over time, some features, options, commands may be replaced by better and more secure alternatives. This topic will help you migrating your existing usage and/or configuration to newer features. Commands ======== The following commands are still available but their use are not recommended: ``locate`` This command has been replaced by `hg files`. ``parents`` This command can be replaced by `hg summary` or `hg log` with appropriate revsets. See `hg help revsets` for more information. ``tip`` The recommended alternative is `hg heads`. Options ======= ``web.allowpull`` Renamed to `allow-pull`. ``web.allow_push`` Renamed to `allow-push`.