Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
1929d9c84028
Commit
1929d9c84028
authored
9 years ago
by
Matt Harbison
Browse files
Options
Downloads
Patches
Plain Diff
test-treemanifest: add globs for Windows
parent
ac2e66f481c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-treemanifest.t
+15
-15
15 additions, 15 deletions
tests/test-treemanifest.t
with
15 additions
and
15 deletions
tests/test-treemanifest.t
+
15
−
15
View file @
1929d9c8
...
...
@@ -46,12 +46,12 @@
$
hg
files
-
r
.
a
b
dir1
/
a
dir1
/
b
dir1
/dir1/a
dir1
/dir1/
b
dir1
/dir2/a
dir1
/dir2/
b
dir1
/
a
(
glob
)
dir1
/
b
(
glob
)
dir1
/dir1/a
(
glob
)
dir1
/dir1/
b
(
glob
)
dir1
/dir2/a
(
glob
)
dir1
/dir2/
b
(
glob
)
e
Revision
is
not
created
for
unchanged
directory
...
...
@@ -59,7 +59,7 @@
$
mkdir
dir2
$
echo
3
>
dir2
/
a
$
hg
add
dir2
adding
dir2
/
a
adding
dir2
/
a
(
glob
)
$
hg
debugindex
--
dir
dir1
>
before
$
hg
ci
-
qm
'
add dir2
'
$
hg
debugindex
--
dir
dir1
>
after
...
...
@@ -69,8 +69,8 @@
Removing
directory
does
not
create
an
revlog
entry
$
hg
rm
dir1
/
dir1
removing
dir1
/dir1/a
removing
dir1
/dir1/
b
removing
dir1
/dir1/a
(
glob
)
removing
dir1
/dir1/
b
(
glob
)
$
hg
debugindex
--
dir
dir1
/
dir1
>
before
$
hg
ci
-
qm
'
remove dir1/dir1
'
$
hg
debugindex
--
dir
dir1
/
dir1
>
after
...
...
@@ -82,12 +82,12 @@
$
hg
co
'
desc("add dir2")
'
2
files
updated
,
0
files
merged
,
0
files
removed
,
0
files
unresolved
$
hg
files
-
r
.
dir1
dir1
/
a
dir1
/
b
dir1
/dir1/a
dir1
/dir1/
b
dir1
/dir2/a
dir1
/dir2/
b
dir1
/
a
(
glob
)
dir1
/
b
(
glob
)
dir1
/dir1/a
(
glob
)
dir1
/dir1/
b
(
glob
)
dir1
/dir2/a
(
glob
)
dir1
/dir2/
b
(
glob
)
Check
that
status
between
revisions
works
(
calls
treemanifest
.
matches
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment