Skip to content
Snippets Groups Projects
Commit 8301741e1f89 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

narrow: validate spec files are well-formed during clone (BC)

Previously, specfiles would get read then normalized. We want
specfiles to be normalized on read so there is no confusion about
what the format of specfiles should be.

This commit validates the parsed result of --specfile. If entries
aren't prefixed, an error is raised.

Previously, validation would occur at exchange time, hence why we
dropped a line of test output related to server iteraction.

Differential Revision: https://phab.mercurial-scm.org/D4526
parent ce20caecacbd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment