D6499: phabricator: make `hg debugcallconduit` work outside a hg repo

Yuya Nishihara yuya at tcha.org
Sat Jun 8 21:42:56 EDT 2019


> - at vcrcommand(b'debugcallconduit', [], _(b'METHOD'))
> -def debugcallconduit(ui, repo, name):
> + at vcrcommand(b'debugcallconduit', [], _(b'METHOD'), norepo=True)
> +def debugcallconduit(ui, name):

Maybe optionalrepo to load repo/.hg/hgrc?


More information about the Mercurial-devel mailing list