comparison tests/test-walk @ 1584:b3e94785ab69

merge with crew
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 11 Dec 2005 15:38:42 -0800
parents 1d7d0c07e8f3
children 7544700fd931
comparison
equal deleted inserted replaced
1583:32a4e6802864 1584:b3e94785ab69
18 echo glob:glob > glob:glob 18 echo glob:glob > glob:glob
19 hg addremove 19 hg addremove
20 hg commit -m "commit #0" -d "0 0" 20 hg commit -m "commit #0" -d "0 0"
21 hg debugwalk 21 hg debugwalk
22 cd mammals 22 cd mammals
23 hg debugwalk 23 hg debugwalk .
24 hg debugwalk Procyonidae 24 hg debugwalk Procyonidae
25 cd Procyonidae 25 cd Procyonidae
26 hg debugwalk 26 hg debugwalk .
27 hg debugwalk .. 27 hg debugwalk ..
28 cd .. 28 cd ..
29 hg debugwalk ../beans 29 hg debugwalk ../beans
30 hg debugwalk 30 hg debugwalk .
31 cd .. 31 cd ..
32 hg debugwalk -Ibeans 32 hg debugwalk -Ibeans
33 hg debugwalk 'glob:mammals/../beans/b*' 33 hg debugwalk 'glob:mammals/../beans/b*'
34 hg debugwalk '-X*/Procyonidae' mammals 34 hg debugwalk '-X*/Procyonidae' mammals
35 hg debugwalk path:mammals 35 hg debugwalk path:mammals