bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22032: 24.3; VC doesn't handle hg hidden revisions


From: Dmitry Gutov
Subject: bug#22032: 24.3; VC doesn't handle hg hidden revisions
Date: Mon, 14 Dec 2015 05:30:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0

On 12/13/2015 12:54 PM, Glenn Hutchings wrote:
if a repository has any
changesets that are marked 'obsolete', and any mercurial command is
issued by a user who hasn't enabled the extension, a warning message is
printed to stderr:

    obsolete feature not enabled but <N> markers found!

That's a pretty unhelpful message. Does it also happen if you remove the "--hidden" flag from the proposed definition?

Actually, do we even need the "not hidden()" check in the spec, if the command is called without "--hidden"?

Looking at mercurial sources, there's no way to suppress this warning.
I guess one workaround would be to have vc-hg-command skip over it if
it's there.

I think we'd rather avoid applying the patch until the extension becomes standard.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]