http://hg.viff.dk/viff/rev/fe0b6cdbb360 changeset: 1050:fe0b6cdbb360 user: Martin Geisler <[EMAIL PROTECTED]> date: Wed Dec 10 21:30:45 2008 +0100 summary: Since Mercurial 1.1 "http" replaces of "static-http".
diffs (13 lines): diff -r 3faff71a889e -r fe0b6cdbb360 doc/development.txt --- a/doc/development.txt Wed Dec 10 20:43:51 2008 +0100 +++ b/doc/development.txt Wed Dec 10 21:30:45 2008 +0100 @@ -48,8 +48,7 @@ Alternatively, you can setup a Mercurial repository where one of the developers can ``hg pull`` from. You can do this by uploading your clone on some public web server (any webserver works for this since -the developers can pull using ``hg pull static-http://...``) or by -running:: +the developers can pull using ``hg pull http://...``) or by running:: hg serve -p 8000 _______________________________________________ viff-commits mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk
