[Commented On] D9695: upgrade: don't perform anything if nothing to do
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Sun Jan 24 19:57:33 UTC 2021
indygreg added a comment.
I mostly support this change. However, a supposed no-op upgrade may still result in differences! For example, if we change the algorithm for computing how revlog deltas are computed without actually changing the storage semantics, performing a no-op upgrade would migrate the store to use the new code.
For this reason, we probably want to have a `--force` option or something to override the default no-op behavior.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9695/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9695
To: pulkit, #hg-reviewers, mharbison72
Cc: indygreg, mharbison72, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210124/5452a166/attachment-0002.html>
More information about the Mercurial-patches
mailing list