Mercurial > hg
changeset 3722:5191e2299d63
Make sed expression in test-committer compatible with GNU sed 3.x.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 29 Nov 2006 08:49:45 +0100 |
parents | 98f2507c5551 |
children | c828fca6f38a |
files | tests/test-committer |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-committer Tue Nov 28 21:16:05 2006 +0100 +++ b/tests/test-committer Wed Nov 29 08:49:45 2006 +0100 @@ -25,4 +25,4 @@ hg tip echo 123 > asdf rm .hg/hgrc -hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/[^ \t]*@[^ \t]*/user@host/" +hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/'[^']*'/user@host/"