D6499: phabricator: make `hg debugcallconduit` work outside a hg repo
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Sun Jun 9 01:51:41 UTC 2019
yuja added a comment.
> - 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?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D6499
To: pulkit, #hg-reviewers
Cc: yuja, Kwan, mercurial-devel
More information about the Mercurial-devel
mailing list