comparison tests/test-grep @ 1212:ccb6201e3f28

Change grep -e to grep --all We want to reserve -e for future use and grep compatibility. I've changed every-match to all out of a general preference for shorter long option names where short options don't exist.
author mpm@selenic.com
date Wed, 07 Sep 2005 20:50:23 -0700
parents 8787d2d5fc7d
children 5e47e42b14ba
comparison
equal deleted inserted replaced
1211:1c455338ad95 1212:ccb6201e3f28
17 head -3 port > port1 17 head -3 port > port1
18 mv port1 port 18 mv port1 port
19 hg commit -m 4 -u spam -d '4 0' 19 hg commit -m 4 -u spam -d '4 0'
20 hg grep port port 20 hg grep port port
21 echo 'FIXME: history is wrong here' 21 echo 'FIXME: history is wrong here'
22 hg grep -enu port port 22 hg grep --all -nu port port
23 hg grep import port 23 hg grep import port