# HG changeset patch # User Matt Harbison # Date 2015-06-02 02:46:05 # Node ID 633d07045494b2407bdbc1be621ed9330fb0cf1e # Parent 0b6dee81ebb7acb600e1961793866d77c9e91bef test-treemanifest: add globs for Windows diff --git a/tests/test-treemanifest.t b/tests/test-treemanifest.t --- a/tests/test-treemanifest.t +++ b/tests/test-treemanifest.t @@ -325,9 +325,9 @@ Test files from the root. Excludes with a glob should not exclude everything from the glob's root $ hg files -r . -X 'b/fo?' b - b/bar/fruits.txt - b/bar/orange/fly/gnat.py - b/bar/orange/fly/housefly.txt + b/bar/fruits.txt (glob) + b/bar/orange/fly/gnat.py (glob) + b/bar/orange/fly/housefly.txt (glob) Test files for a subdirectory.