This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: improve the devel-warn to specify changelog was empty
ClosedPublic

Authored by pulkit on Sep 18 2018, 6:43 AM.

Details

Summary

Right now, the develwarn says "applied empty changegroup" which is not correct
because we can send a changegroup without changelog with just manifest and
filelogs and it will still say the same.

Let's fix this to say that we are applying empty changelog from changegroup. In
future patches I am will be adding functionality to send a changegroup from the
server without an empty changelog.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.