Mercurial > evolve
changeset 6:2ec66dbe2ebe
merge
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 23 May 2011 15:02:16 +0200 |
parents | 9445ce78a935 (current diff) bc78b6b29447 (diff) |
children | cc592295900f |
files | tests/test-private.t |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-private.t Mon May 23 15:01:57 2011 +0200 +++ b/tests/test-private.t Mon May 23 15:02:16 2011 +0200 @@ -118,3 +118,13 @@ $ hg -R other2 log --template='{rev}:{node|short}\n' 1:710fe444b3b0 0:5caa672bac26 + +test on http + + $ hg -R local serve -p $HGPORT -d --pid-file=local.pid + $ cat local.pid >> "$DAEMON_PIDS" + $ hg clone http://localhost:$HGPORT/ other3 + $ hg -R other2 log --template='{rev}:{node|short}\n' + 1:710fe444b3b0 + 0:5caa672bac26 + $ kill `cat local.pid`