equal
deleted
inserted
replaced
7 |
7 |
8 $ python "$TESTDIR/dummysmtpd.py" -p $HGPORT --pid-file a.pid -d \ |
8 $ python "$TESTDIR/dummysmtpd.py" -p $HGPORT --pid-file a.pid -d \ |
9 > --tls smtps --certificate `pwd`/server.pem |
9 > --tls smtps --certificate `pwd`/server.pem |
10 listening at localhost:$HGPORT |
10 listening at localhost:$HGPORT |
11 $ cat a.pid >> $DAEMON_PIDS |
11 $ cat a.pid >> $DAEMON_PIDS |
12 |
|
13 Ensure hg email output is sent to stdout: |
|
14 |
|
15 $ unset PAGER |
|
16 |
12 |
17 Set up repository: |
13 Set up repository: |
18 |
14 |
19 $ hg init t |
15 $ hg init t |
20 $ cd t |
16 $ cd t |