tests/test-lfs-test-server.t
changeset 37280 435481393198
parent 37242 67db84842356
child 37348 f4e84dfc06fd
equal deleted inserted replaced
37279:26f6fc179e62 37280:435481393198
   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 ..