##// END OF EJS Templates
largefiles: add test for status
Na'Tosha Bard -
r15225:b450a4d4 default
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 4 > EOF
5 5
6 6 Create the repo with a couple of revisions of both large and normal
7 files.
7 files (testing that status correctly shows largefiles.
8 8
9 9 $ hg init a
10 10 $ cd a
@@ -20,6 +20,11 b' files.'
20 20 $ echo normal22 > sub/normal2
21 21 $ echo large11 > large1
22 22 $ echo large22 > sub/large2
23 $ hg st
24 M large1
25 M normal1
26 M sub/large2
27 M sub/normal2
23 28 $ hg commit -m "edit files"
24 29
25 30 Verify that committing new versions of largefiles results in correct
General Comments 0
You need to be logged in to leave comments. Login now