Questions tagged [hg-paths]

hg-paths is a command used to list tracked remote repositories for a Mercurial repository.

hg-paths is a command used to list tracked remote repositories for a Mercurial repository. It shows aliases for remote repositories ("remotes") whose branches are tracked.

2 questions
106
votes
4 answers

How can I add remote repositories in Mercurial?

I am working with Git repositories in the following way: I have the master repository and several remotes on the different production machines. I am pushing the production code to the remotes and restart the services for the changes to take…
topless
  • 8,069
  • 11
  • 57
  • 86
102
votes
1 answer

How to get the remote server hg path?

I have created a remote repo to push my local changes over ssl. I did hg showconfig --debug to find my remote hg path but it's output is messy. Can someone point me how to exactly find it?
TED
  • 1,829
  • 5
  • 18
  • 36