This is an archive of the discontinued Mercurial Phabricator instance.

phabricator: pass ui into readurltoken instead of passing repo
ClosedPublic

Authored by pulkit on Jun 8 2019, 12:06 PM.

Details

Summary

The goal of this series is to make hg debugcallconduit work outside of a hg
repo.

This patch, removes requirement of repo object from readurltoken as we only need
ui there. It also updates the callers to pass in ui instead of repo.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Jun 8 2019, 12:06 PM
This revision was automatically updated to reflect the committed changes.