comparison tests/test-sparse.t @ 33795:cf300c1ad7bf

test-sparse: drop unnecessary globs
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 14 Aug 2017 22:20:53 -0400
parents e1c56486d1aa
children 4441705b7111
comparison
equal deleted inserted replaced
33794:389f7b17ffb3 33795:cf300c1ad7bf
53 $ hg debugsparse --include path 53 $ hg debugsparse --include path
54 $ hg debugsparse 54 $ hg debugsparse
55 [include] 55 [include]
56 $TESTTMP/myrepo/hide 56 $TESTTMP/myrepo/hide
57 hide 57 hide
58 subdir/path (glob) 58 subdir/path
59 59
60 $ cd .. 60 $ cd ..
61 $ echo hello > subdir/file2.ext 61 $ echo hello > subdir/file2.ext
62 $ cd subdir 62 $ cd subdir
63 $ hg debugsparse --include '**.ext' # let us test globs 63 $ hg debugsparse --include '**.ext' # let us test globs
67 [include] 67 [include]
68 $TESTTMP/myrepo/hide 68 $TESTTMP/myrepo/hide
69 hide 69 hide
70 path:abspath 70 path:abspath
71 subdir/**.ext 71 subdir/**.ext
72 subdir/path (glob) 72 subdir/path
73 73
74 $ rm -rf subdir 74 $ rm -rf subdir
75 75
76 Verify commiting while sparse includes other files 76 Verify commiting while sparse includes other files
77 77