changeset 7759 | 50baf8215942 |
parent 7757 | af6a63438a8a |
child 7830 | 55bd03e2e13c |
7758:e81e6c996e99 | 7759:50baf8215942 |
---|---|
38 cat hg.pid >> $DAEMON_PIDS |
38 cat hg.pid >> $DAEMON_PIDS |
39 hg id http://localhost:$HGPORT1/ |
39 hg id http://localhost:$HGPORT1/ |
40 |
40 |
41 echo % remote with tags? |
41 echo % remote with tags? |
42 hg id -t http://localhost:$HGPORT1/ |
42 hg id -t http://localhost:$HGPORT1/ |
43 |
|
44 true # ends with util.Abort -> returns 255 |