ubuntu - hg serve simply hangs in terminal -


i've started using mercurial personal projects , i'm going through joel's tutorial here: http://hginit.com/02.html

the problem when type in hg serve in terminal, hangs. other commands hg init works perfectly. know what's going on?

i installed mercurial doing this: sudo apt-get install mercurial meld

you want use -d option run in background:

hg serve -d 

otherwise run foreground process, logging stdout , stderr.

run hg serve see more options.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -