Unknown exception from "hg serve"

Harvey Chapman hchapman-hg at 3gfp.com
Fri Apr 23 21:00:37 CDT 2010


On Apr 23, 2010, at 8:59 PM, Niall Creedon wrote:
> C:\work\mercurial\repo>hg serve -port 8002
> ValueError: invalid literal for int() with base 10: 'ort'

Well, it should probably fail gracefully. However, in the mean time, you could use --port so it will stop trying to open port "ort" since you're passing "-p ort" and not "--port".


More information about the Mercurial mailing list