tests/test-committer
changeset 3722 5191e2299d63
parent 3721 98f2507c5551
child 4044 78a0dd93db0b
equal deleted inserted replaced
3721:98f2507c5551 3722:5191e2299d63
    23 echo 1 > asdf
    23 echo 1 > asdf
    24 hg commit -d '1000000 0' -u "foo@bar.com" -m commit-1
    24 hg commit -d '1000000 0' -u "foo@bar.com" -m commit-1
    25 hg tip
    25 hg tip
    26 echo 123 > asdf
    26 echo 123 > asdf
    27 rm .hg/hgrc
    27 rm .hg/hgrc
    28 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/[^ \t]*@[^ \t]*/user@host/"
    28 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/'[^']*'/user@host/"