This is an archive of the discontinued Mercurial Phabricator instance.

prefetchtrees: allow only one revision to be specified as the base revision
ClosedPublic

Authored by singhsrb on Nov 14 2017, 3:43 PM.
Tags
None
Subscribers
None

Details

Summary

The prefetch command only allows for one revision to be specified as
the base revision. Eventually, we plan to merge prefetch and prefetchtrees
into a single command and therefore, this commit takes a step towards making
the interface to these commands exactly the same.

Test Plan

Ran all the tests.

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

singhsrb created this revision.Nov 14 2017, 3:43 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 14 2017, 3:43 PM
singhsrb added a comment.EditedNov 14 2017, 3:49 PM

This is only an intermediate step to help out with the review. It might be useful to checkout D1417 first to get an idea of what this leads to.

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