Show More
@@ -0,0 +1,32 b'' | |||
|
1 | #require no-windows serve | |
|
2 | ||
|
3 | $ . "$TESTDIR/remotefilelog-library.sh" | |
|
4 | ||
|
5 | $ cat >> $HGRCPATH <<EOF | |
|
6 | > [extensions] | |
|
7 | > remotefilelog= | |
|
8 | > share= | |
|
9 | > EOF | |
|
10 | ||
|
11 | $ hg init master | |
|
12 | $ cd master | |
|
13 | $ cat >> .hg/hgrc <<EOF | |
|
14 | > [remotefilelog] | |
|
15 | > server=True | |
|
16 | > EOF | |
|
17 | $ echo x > x | |
|
18 | $ hg commit -qAm x | |
|
19 | ||
|
20 | $ cd .. | |
|
21 | ||
|
22 | ||
|
23 | $ hgcloneshallow ssh://user@dummy/master wdir --noupdate -q | |
|
24 | $ cd wdir | |
|
25 | $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log | |
|
26 | $ cat hg.pid >> $DAEMON_PIDS | |
|
27 | $ (get-with-headers.py localhost:$HGPORT 'file/tip/x') | |
|
28 | 500 Internal Server Error | |
|
29 | ||
|
30 | Internal Server Error (no-eol) | |
|
31 | [1] | |
|
32 |
General Comments 0
You need to be logged in to leave comments.
Login now