equal
deleted
inserted
replaced
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 |