[Bug 6275] New: Spurious warnings about obsolete markers with obsolete feature disabled on `hg incoming`
mercurial-bugs at mercurial-scm.org
mercurial-bugs at mercurial-scm.org
Sun Feb 23 03:02:24 UTC 2020
https://bz.mercurial-scm.org/show_bug.cgi?id=6275
Bug ID: 6275
Summary: Spurious warnings about obsolete markers with obsolete
feature disabled on `hg incoming`
Product: Mercurial
Version: 5.3
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: bug
Priority: wish
Component: Mercurial
Assignee: bugzilla at mercurial-scm.org
Reporter: matt_harbison at yahoo.com
CC: mercurial-devel at mercurial-scm.org
Python Version: ---
Using a clone of hg-committed:
$ ../hg.exe in
comparing with https://www.mercurial-scm.org/repo/hg-committed
searching for changes
obsolete feature not enabled but 214101 markers found!
changeset: 45612:088ab52a04bc
user: Martin von Zweigbergk <martinvonz at google.com>
date: Thu Feb 13 13:41:45 2020 -0800
obsolete: pruned using prune by Martin von Zweigbergk
<martinvonz at google.com>
summary: debugmergestate: make templated
changeset: 45669:2527c10a2569
branch: stable
parent: 45663:b339faf3f843
user: Kyle Lippincott <spectral at google.com>
date: Thu Feb 20 17:06:01 2020 -0800
summary: shelve: add test clearly demonstrating that the conflict labels
are backwards
changeset: 45670:69b091cdc506
branch: stable
tag: tip
user: Kyle Lippincott <spectral at google.com>
date: Thu Feb 20 16:21:00 2020 -0800
summary: shelve: fix ordering of merge labels
I bisected it back to evolve 2db0aca03a88 (using hg 5.0, because of
incompatible hg changes afterward). I put enough printing in to see that the
main repo sees the `experimental.evolution=all` config set by the evolve
extension, but the bundlerepo created to process the bundle grabbed on incoming
doesn't.
If `--config experimental.evolution=all` is set on the command line or the user
config file, the warning doesn't occur. So it's not hard to work around this,
but the fact that configs aren't being applied is concerning.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list