Show More
@@ -732,6 +732,14 b' been very problematic).' | |||
|
732 | 732 | large6-modified |
|
733 | 733 | $ cat sub2/large7 |
|
734 | 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 | 743 | $ cd .. |
|
736 | 744 | |
|
737 | 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