This is an archive of the discontinued Mercurial Phabricator instance.

hg: move part of top-level logic to dispatch.run
AbandonedPublic

Authored by quark on Aug 16 2017, 3:13 PM.

Details

Reviewers
yuja
Group Reviewers
hg-reviewers
Summary

This makes the top-level hg script look cleaner.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

quark created this revision.Aug 16 2017, 3:13 PM
quark abandoned this revision.Aug 16 2017, 3:14 PM

Should be updating D419

quark reclaimed this revision.

Revived this, abandoned D419 instead.

yuja requested changes to this revision.Aug 17 2017, 8:41 AM
yuja added a subscriber: yuja.
yuja added inline comments.
hg
30

This makes the import of dispatch non-lazy, right?

This revision now requires changes to proceed.Aug 17 2017, 8:41 AM
quark added inline comments.Aug 17 2017, 11:03 AM
hg
30

I thought demandimport was per module, non-recursive. It's obviously recursive. Will change.

quark abandoned this revision.