tests/test-committer
changeset 4044 78a0dd93db0b
parent 3722 5191e2299d63
equal deleted inserted replaced
4043:31047b6f7ec1 4044:78a0dd93db0b
    22 hg tip
    22 hg tip
    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 echo "[ui]" > .hg/hgrc
       
    28 echo "username = " >> .hg/hgrc
       
    29 hg commit -d '1000000 0' -m commit-1
    27 rm .hg/hgrc
    30 rm .hg/hgrc
    28 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/'[^']*'/user@host/"
    31 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/'[^']*'/user@host/"