Skip to content
Snippets Groups Projects
Commit b59e6b1e authored by Na'Tosha Bard's avatar Na'Tosha Bard
Browse files

largefiles: test that a largefile cannot accidentally be re-added as a regular file

parent c519cd8f
Branches
Tags
No related merge requests found
......@@ -732,6 +732,14 @@
large6-modified
$ cat sub2/large7
large7
Test that a normal file and a largefile with the same name and path cannot
coexist.
$ rm sub2/large7
$ echo "largeasnormal" > sub2/large7
$ hg add sub2/large7
sub2/large7 already a largefile
$ cd ..
vanilla clients not locked out from largefiles servers on vanilla repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment