Show More
@@ -557,7 +557,7 b' unix domain socket:' | |||||
557 | $ cd repo |
|
557 | $ cd repo | |
558 | $ hg update -q |
|
558 | $ hg update -q | |
559 |
|
559 | |||
560 | #if unix-socket |
|
560 | #if unix-socket unix-permissions | |
561 |
|
561 | |||
562 | >>> import cStringIO |
|
562 | >>> import cStringIO | |
563 | >>> from hgclient import unixserver, readchannel, runcommand, check |
|
563 | >>> from hgclient import unixserver, readchannel, runcommand, check | |
@@ -602,8 +602,8 b' unix domain socket:' | |||||
602 | listening at .hg/server.sock |
|
602 | listening at .hg/server.sock | |
603 | abort: unknown command unknowncommand |
|
603 | abort: unknown command unknowncommand | |
604 | killed! |
|
604 | killed! | |
605 |
|
605 | #endif | ||
606 | #else |
|
606 | #if no-unix-socket | |
607 |
|
607 | |||
608 | $ hg serve --cmdserver unix -a .hg/server.sock |
|
608 | $ hg serve --cmdserver unix -a .hg/server.sock | |
609 | abort: unsupported platform |
|
609 | abort: unsupported platform |
General Comments 0
You need to be logged in to leave comments.
Login now