equal
deleted
inserted
replaced
339 $ cat > $TESTTMP/cookies.txt << EOF |
339 $ cat > $TESTTMP/cookies.txt << EOF |
340 > bad format |
340 > bad format |
341 > EOF |
341 > EOF |
342 |
342 |
343 $ hg --config auth.cookiefile=$TESTTMP/cookies.txt id http://localhost:$HGPORT/ |
343 $ hg --config auth.cookiefile=$TESTTMP/cookies.txt id http://localhost:$HGPORT/ |
344 (error loading cookie file $TESTTMP/cookies.txt: '$TESTTMP/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies) |
344 (error loading cookie file $TESTTMP/cookies.txt: '*/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies) (glob) |
345 56f9bc90cce6 |
345 56f9bc90cce6 |
346 |
346 |
347 $ killdaemons.py |
347 $ killdaemons.py |
348 |
348 |
349 Create dummy authentication handler that looks for cookies. It doesn't do anything |
349 Create dummy authentication handler that looks for cookies. It doesn't do anything |