##// END OF EJS Templates
largefiles: test that a largefile cannot accidentally be re-added as a regular file
Na'Tosha Bard -
r15382:b59e6b1e stable
parent child Browse files
Show More
@@ -732,6 +732,14 b' been very problematic).'
732 large6-modified
732 large6-modified
733 $ cat sub2/large7
733 $ cat sub2/large7
734 large7
734 large7
735
736 Test that a normal file and a largefile with the same name and path cannot
737 coexist.
738
739 $ rm sub2/large7
740 $ echo "largeasnormal" > sub2/large7
741 $ hg add sub2/large7
742 sub2/large7 already a largefile
735 $ cd ..
743 $ cd ..
736
744
737 vanilla clients not locked out from largefiles servers on vanilla repos
745 vanilla clients not locked out from largefiles servers on vanilla repos
General Comments 0
You need to be logged in to leave comments. Login now