Mercurial > hg-stable
diff tests/test-largefiles.t @ 15225:b450a4d427ef
largefiles: add test for status
author | Na'Tosha Bard <natosha@unity3d.com> |
---|---|
date | Tue, 11 Oct 2011 13:15:29 +0200 |
parents | 7678790279da |
children | 173b00827279 |
line wrap: on
line diff
--- a/tests/test-largefiles.t Tue Oct 11 10:42:56 2011 +0200 +++ b/tests/test-largefiles.t Tue Oct 11 13:15:29 2011 +0200 @@ -4,7 +4,7 @@ > EOF Create the repo with a couple of revisions of both large and normal -files. +files (testing that status correctly shows largefiles. $ hg init a $ cd a @@ -20,6 +20,11 @@ $ echo normal22 > sub/normal2 $ echo large11 > large1 $ echo large22 > sub/large2 + $ hg st + M large1 + M normal1 + M sub/large2 + M sub/normal2 $ hg commit -m "edit files" Verify that committing new versions of largefiles results in correct