Mercurial > hg
comparison tests/test-largefiles.t @ 16141:f346de4dff57 stable
largefiles: don't break filesets
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Mon, 20 Feb 2012 17:59:48 +0100 |
parents | 41417443b7d0 |
children | 169525f8ffbb d8cc67114dc3 |
comparison
equal
deleted
inserted
replaced
16124:0e0060bf2f44 | 16141:f346de4dff57 |
---|---|
992 $ hg status -A a/b/c/x a/b/c/d | 992 $ hg status -A a/b/c/x a/b/c/d |
993 C a/b/c/d/e.large.txt | 993 C a/b/c/d/e.large.txt |
994 C a/b/c/d/e.normal.txt | 994 C a/b/c/d/e.normal.txt |
995 C a/b/c/x/y.normal.txt | 995 C a/b/c/x/y.normal.txt |
996 | 996 |
997 $ cd .. | 997 verify that largefiles doesn't break filesets |
998 | |
999 $ hg log --rev . --exclude "set:binary()" | |
1000 changeset: 0:41bd42f10efa | |
1001 tag: tip | |
1002 user: test | |
1003 date: Thu Jan 01 00:00:00 1970 +0000 | |
1004 summary: add files | |
1005 | |
1006 | |
1007 $ cd .. |