tests/test-lfs.t
changeset 46116 17a695357270
parent 45906 95c4cca641f6
child 47160 0a66eef0ed97
equal deleted inserted replaced
46115:be3d8178251e 46116:17a695357270
   984 
   984 
   985 Accessing a corrupt file will complain
   985 Accessing a corrupt file will complain
   986 
   986 
   987   $ hg --cwd fromcorrupt2 cat -r 0 large
   987   $ hg --cwd fromcorrupt2 cat -r 0 large
   988   abort: integrity check failed on data/large.i:0
   988   abort: integrity check failed on data/large.i:0
   989   [255]
   989   [50]
   990 
   990 
   991 lfs -> normal -> lfs round trip conversions are possible.  The 'none()'
   991 lfs -> normal -> lfs round trip conversions are possible.  The 'none()'
   992 predicate on the command line will override whatever is configured globally and
   992 predicate on the command line will override whatever is configured globally and
   993 locally, and ensures everything converts to a regular file.  For lfs -> normal,
   993 locally, and ensures everything converts to a regular file.  For lfs -> normal,
   994 there's no 'lfs' destination repo requirement.  For normal -> lfs, there is.
   994 there's no 'lfs' destination repo requirement.  For normal -> lfs, there is.