equal
deleted
inserted
replaced
821 $ echo a > a |
821 $ echo a > a |
822 $ hg add a |
822 $ hg add a |
823 $ hg commit -m 'test' |
823 $ hg commit -m 'test' |
824 $ echo aaaaa > a |
824 $ echo aaaaa > a |
825 $ hg commit -m 'largefile' |
825 $ hg commit -m 'largefile' |
826 $ hg debugdata .hg/store/data/a.i 1 # verify this is no the file content but includes "oid", the LFS "pointer". |
826 $ hg debugdata a 1 # verify this is no the file content but includes "oid", the LFS "pointer". |
827 version https://git-lfs.github.com/spec/v1 |
827 version https://git-lfs.github.com/spec/v1 |
828 oid sha256:bdc26931acfb734b142a8d675f205becf27560dc461f501822de13274fe6fc8a |
828 oid sha256:bdc26931acfb734b142a8d675f205becf27560dc461f501822de13274fe6fc8a |
829 size 6 |
829 size 6 |
830 x-is-binary 0 |
830 x-is-binary 0 |
831 $ cd .. |
831 $ cd .. |