Configurar origen del codigo fuente

Configurar el origen del código fuente

En este caso usamos mercurial

http://localhost:8000/![](/assets/codigofuente.png)

Si es un repositorio de mercurial local

CONFIGURAR REPOSITORIO MERCURIAL LOCALMENTE

Entrar al directorio del proyecto mercurial y ejecutar

hg server

en el browser

http://localhost:8000/

Repositorio URL:http://localhost:8000

Navegador del repositorio:

En url:http://localhost:8000/

Navegador del repositorio: hgweb

Last updated

Was this helpful?