tests/test-notify
branchstable
changeset 11889 3b65c3c3cc8d
parent 8142 912bfef12ba6
equal deleted inserted replaced
11885:08cd25ef8a38 11889:3b65c3c3cc8d
    39 
    39 
    40 # the python call below wraps continuation lines, which appear on Mac OS X 10.5 because
    40 # the python call below wraps continuation lines, which appear on Mac OS X 10.5 because
    41 # of the very long subject line
    41 # of the very long subject line
    42 echo '% pull (minimal config)'
    42 echo '% pull (minimal config)'
    43 hg --traceback --cwd b pull ../a 2>&1 |
    43 hg --traceback --cwd b pull ../a 2>&1 |
    44   python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' |
    44   python -c 'import sys,re; print re.sub("([n:])\\n[\\t ]", "\\1 ", sys.stdin.read()),' |
    45   sed -e 's/\(Message-Id:\).*/\1/' \
    45   sed -e 's/\(Message-Id:\).*/\1/' \
    46   -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
    46   -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
    47   -e 's/^details: .*test-notify/details: test-notify/' \
    47   -e 's/^details: .*test-notify/details: test-notify/' \
    48   -e 's/^Date:.*/Date:/'
    48   -e 's/^Date:.*/Date:/'
    49 
    49