# HG changeset patch # User Na'Tosha Bard # Date 1318331729 -7200 # Node ID b450a4d427ef4c6fe53be6141fbd23e5515079b4 # Parent 7c604d8c7e836a70c5a19ff80cf1367d2598f7ea largefiles: add test for status diff -r 7c604d8c7e83 -r b450a4d427ef tests/test-largefiles.t --- 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