'How to list all mercurial repositories from a remote server
How can I list all mercurial repositories from a remote server in shell?
Basically I don't want to check out all the codes into my local machine. i just wanted to list all available repositories in a remote server.
Solution 1:[1]
Login to the repo and do a ls command. %ssh [email protected]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ross |
