[PATCH] largefiles: add test for status
Na'Tosha Bard
natosha at unity3d.com
Tue Oct 11 12:04:41 UTC 2011
# HG changeset patch
# User Na'Tosha Bard <natosha at unity3d.com>
# Date 1318331729 -7200
# Node ID 6239317b6ae0d69b7937b1b663a8837138989fbb
# Parent 9c45186be93e83b8cd466e65e9d55cda6a23595d
largefiles: add test for status
diff -r 9c45186be93e -r 6239317b6ae0 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
More information about the Mercurial-devel
mailing list