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