comparison tests/test-grep @ 1584:b3e94785ab69

merge with crew
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 11 Dec 2005 15:38:42 -0800
parents 5e47e42b14ba
children 81f351c5264d
comparison
equal deleted inserted replaced
1583:32a4e6802864 1584:b3e94785ab69
12 echo vaportight >> port 12 echo vaportight >> port
13 echo 'import/export' >> port 13 echo 'import/export' >> port
14 hg commit -m 2 -u spam -d '2 0' 14 hg commit -m 2 -u spam -d '2 0'
15 echo 'import/export' >> port 15 echo 'import/export' >> port
16 hg commit -m 3 -u eggs -d '3 0' 16 hg commit -m 3 -u eggs -d '3 0'
17 head -3 port > port1 17 head -n 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 --all -nu port port 22 hg grep --all -nu port port