Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

You can tell Mercurial where exactly the hghg command is on the remote machine by using the '--remotecmd'--remotecmd option to 'hg clone'hg clone. See 'hg help clone'hg help clone.

You can also set it in your ~/.hgrc~/.hgrc or the .hg/hgrc.hg/hgrc of a specific repo clone. I think it belongs in the [ui][ui] section.

You can tell Mercurial where exactly the hg command is on the remote machine by using the '--remotecmd' option to 'hg clone'. See 'hg help clone'.

You can also set it in your ~/.hgrc or the .hg/hgrc of a specific repo clone. I think it belongs in the [ui] section.

You can tell Mercurial where exactly the hg command is on the remote machine by using the --remotecmd option to hg clone. See hg help clone.

You can also set it in your ~/.hgrc or the .hg/hgrc of a specific repo clone. I think it belongs in the [ui] section.

Source Link
Paidhi
  • 326
  • 2
  • 6

You can tell Mercurial where exactly the hg command is on the remote machine by using the '--remotecmd' option to 'hg clone'. See 'hg help clone'.

You can also set it in your ~/.hgrc or the .hg/hgrc of a specific repo clone. I think it belongs in the [ui] section.