[PATCH 0 of 1] tests: fix sed expression for BSD sed

Giorgos Keramidas keramida at ceid.upatras.gr
Sat May 1 09:58:10 CDT 2010


BSD sed expects a newline right after '\' in expressions like

    sed -e '1 a \foo'

Wrapping the line right after '\' fixes the test-keyword test on FreeBSD
here:

    sed -e '1 a \
    foo'



More information about the Mercurial-devel mailing list