diff tests/test-largefiles-misc.t @ 24813:2553ef7355ab stable

largefiles: don't mangle filesets when fixing up the log matcher The fileset-generated.t test previously failed with this: + hg: parse error: unknown identifier: .hglf/modified + (did you mean 'modified'?) + [255] Filesets will find the standins on their own, without any help. While that's useful for some things like modified(), clean(), etc., it is wrong for things like size(). Proper fileset support for largefiles is not trivial, but this was failing with just the extension enabled on a normal repo.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 18 Apr 2015 13:08:41 -0400
parents 9d5c27890790
children c8a97fa742b7
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t	Sat Apr 18 00:34:38 2015 -0400
+++ b/tests/test-largefiles-misc.t	Sat Apr 18 13:08:41 2015 -0400
@@ -37,6 +37,13 @@
   A dira/dirb/largefile
   $ cd dira
   $ hg cp dirb/largefile foo/largefile
+
+TODO: Ideally, this should mention the largefile, not the standin
+  $ hg log -T '{rev}\n' --stat 'set:clean()'
+  0
+   .hglf/dira/dirb/largefile |  1 +
+   1 files changed, 1 insertions(+), 0 deletions(-)
+  
   $ hg ci -m "deep copy"
   Invoking status precommit hook
   A dira/foo/largefile