tests/test-largefiles.t
branchstable
changeset 15983 32b9aee3602c
parent 15982 bf502ccc46d7
child 16110 41417443b7d0
equal deleted inserted replaced
15982:bf502ccc46d7 15983:32b9aee3602c
   562 
   562 
   563 "revert" works on largefiles (and normal files too).
   563 "revert" works on largefiles (and normal files too).
   564   $ echo hack3 >> normal3
   564   $ echo hack3 >> normal3
   565   $ echo hack4 >> sub/normal4
   565   $ echo hack4 >> sub/normal4
   566   $ echo hack4 >> sub/large4
   566   $ echo hack4 >> sub/large4
       
   567   $ rm sub2/large6
       
   568   $ hg revert sub2/large6
   567   $ hg rm sub2/large6
   569   $ hg rm sub2/large6
   568   $ echo new >> sub2/large8
   570   $ echo new >> sub2/large8
   569   $ hg add --large sub2/large8
   571   $ hg add --large sub2/large8
   570 # XXX we don't really want to report that we're reverting the standin;
   572 # XXX we don't really want to report that we're reverting the standin;
   571 # that's just an implementation detail. But I don't see an obvious fix. ;-(
   573 # that's just an implementation detail. But I don't see an obvious fix. ;-(