To do so, I had to create an entry in the local repository's .hg/hgrc with the GCode password, and it worked OK.
When I make a local change and try to push it to GCode, the push dialog comes up empty, both as-shown and in its drop-down. If I manually enter the GCode URL, it works OK.
So: how does that dialog get populated?
Also: if I keep my hgrc in my home directory instead of a local repository, how is a given section in hgrc associated with a repository? By the URL? Does the section name figure at all? Am I making any sense?
> When I make a local change and try to push it to GCode, the push
> dialog comes up empty, both as-shown and in its drop-down. If I
> manually enter the GCode URL, it works OK.
> So: how does that dialog get populated?
The [paths] section in the hgrc file.
The relevant line is RepoController_Actions.m:558, if you're curious.
—Jens
Perfect; thanks.
FWIW, when I first entered it there, I left off the scheme, and Murky (I guess?) added http://, even though only https is listed in [auth] for that URL.
I'll go R some more of TFM.