tests/test-lfs.t
changeset 35658 a1222a8cc93b
parent 35657 8580e5898cb7
child 35663 a985834961f7
equal deleted inserted replaced
35657:8580e5898cb7 35658:a1222a8cc93b
   857   $ hg --cwd convert_lfs debugdata a1 0
   857   $ hg --cwd convert_lfs debugdata a1 0
   858   version https://git-lfs.github.com/spec/v1
   858   version https://git-lfs.github.com/spec/v1
   859   oid sha256:5bb8341bee63b3649f222b2215bde37322bea075a30575aa685d8f8d21c77024
   859   oid sha256:5bb8341bee63b3649f222b2215bde37322bea075a30575aa685d8f8d21c77024
   860   size 29
   860   size 29
   861   x-is-binary 0
   861   x-is-binary 0
   862   $ hg --cwd convert_lfs log -r 'all()' -T '{rev}: {lfs_files % "{file}\n"}'
   862   $ hg --cwd convert_lfs \
   863   0: a1
   863   >     log -r 'all()' -T '{rev}: {lfs_files % "{file}: {oid}\n"}'
   864   1: a2
   864   0: a1: 5bb8341bee63b3649f222b2215bde37322bea075a30575aa685d8f8d21c77024
   865   2: a2
   865   1: a2: 5bb8341bee63b3649f222b2215bde37322bea075a30575aa685d8f8d21c77024
       
   866   2: a2: 876dadc86a8542f9798048f2c47f51dbf8e4359aed883e8ec80c5db825f0d943
   866 
   867 
   867   $ grep 'lfs' convert_lfs/.hg/requires
   868   $ grep 'lfs' convert_lfs/.hg/requires
   868   lfs
   869   lfs
   869 
   870 
   870 The hashes in all stages of the conversion are unchanged.
   871 The hashes in all stages of the conversion are unchanged.