equal
deleted
inserted
replaced
18 Gather list of all installed files: |
18 Gather list of all installed files: |
19 $ lsbom mercurial.pkg/Bom > boms.txt |
19 $ lsbom mercurial.pkg/Bom > boms.txt |
20 |
20 |
21 Spot-check some randomly selected files: |
21 Spot-check some randomly selected files: |
22 $ grep bdiff boms.txt | cut -d ' ' -f 1,2,3 |
22 $ grep bdiff boms.txt | cut -d ' ' -f 1,2,3 |
23 ./Library/Python/2.7/site-packages/mercurial/bdiff.so 100755 0/0 |
23 ./Library/Python/2.7/site-packages/mercurial/cext/bdiff.so 100755 0/0 |
24 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.py 100644 0/0 |
24 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.py 100644 0/0 |
25 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyc 100644 0/0 |
25 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyc 100644 0/0 |
26 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyo 100644 0/0 |
26 ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.pyo 100644 0/0 |
27 $ grep zsh/site-functions/hg boms.txt | cut -d ' ' -f 1,2,3 |
27 $ grep zsh/site-functions/hg boms.txt | cut -d ' ' -f 1,2,3 |
28 ./usr/local/share/zsh/site-functions/hg 100644 0/0 |
28 ./usr/local/share/zsh/site-functions/hg 100644 0/0 |