Configurar origen del codigo fuente
Configurar el origen del código fuente
En este caso usamos mercurial

http://localhost:8000/
Si es un repositorio de mercurial local
CONFIGURAR REPOSITORIO MERCURIAL LOCALMENTE
Entrar al directorio del proyecto mercurial y ejecutar
hg server
en el browser
Repositorio URL:http://localhost:8000
Navegador del repositorio:
En url:http://localhost:8000/
Navegador del repositorio: hgweb

Last updated
Was this helpful?