tests/test-notify
changeset 4157 bfeff6dcac7a
parent 4106 f5f171785e29
child 4489 afa1f57ae484
equal deleted inserted replaced
4156:30857b5779f8 4157:bfeff6dcac7a
    31 echo % commit
    31 echo % commit
    32 hg --traceback --cwd a commit -Amb -d '1 0'
    32 hg --traceback --cwd a commit -Amb -d '1 0'
    33 
    33 
    34 echo '% pull (minimal config)'
    34 echo '% pull (minimal config)'
    35 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \
    35 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \
    36   -e 's/changeset \([0-9a-f]* \)*in .*test-notif/changeset \1in test-notif/' \
    36   -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
    37   -e 's/^details: .*test-notify/details: test-notify/'
    37   -e 's/^details: .*test-notify/details: test-notify/'
    38 
    38 
    39 cat <<EOF >> $HGRCPATH
    39 cat <<EOF >> $HGRCPATH
    40 [notify]
    40 [notify]
    41 config = $HGTMP/.notify.conf
    41 config = $HGTMP/.notify.conf