This is an archive of the discontinued Mercurial Phabricator instance.

treemanifest: test for pulling normal scratch branch into treeonly repo
ClosedPublic

Authored by durham on Oct 30 2017, 11:29 AM.
Tags
None
Subscribers
None

Details

Summary

Adds a test and improves output for pulling a normal scratch branch into
a treeonly repo (so the manifest doesn't exist).

In the future we could fix this by having the server generate the trees on the
fly for infinitepush branches that don't already have them.

Diff Detail

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

Event Timeline

durham created this revision.Oct 30 2017, 11:29 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 30 2017, 11:29 AM
durham edited the summary of this revision. (Show Details)Oct 30 2017, 11:38 AM
durham added inline comments.
treemanifest/__init__.py
684

This was straight up broken before, and apparently untested. It's tested now.

phillco accepted this revision.Nov 1 2017, 7:08 PM
This revision is now accepted and ready to land.Nov 1 2017, 7:08 PM
This revision was automatically updated to reflect the committed changes.