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
7699d923
Commit
7699d923
authored
5 years ago
by
kiilerix
Browse files
Options
Downloads
Patches
Plain Diff
eol: tweak test-eol-clone.t with better descriptions and logging
Expose impact of changes coming next ...
parent
dfaa477e
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-eol-clone.t
+37
-3
37 additions, 3 deletions
tests/test-eol-clone.t
with
37 additions
and
3 deletions
tests/test-eol-clone.t
+
37
−
3
View file @
7699d923
...
...
@@ -21,7 +21,9 @@
adding
.
hgeol
adding
a
.
txt
Clone
Test
commit
of
removed
.
hgeol
-
currently
it
seems
to
live
on
as
zombie
(
causing
"
filtering a.txt through tolf
")
after
being
removed
...
but
actually
it
is
just
confusing
use
of
tip
revision
.
$
cd
..
$
hg
clone
repo
repo
-
2
...
...
@@ -37,4 +39,8 @@
second
third
$
hg
remove
.
hgeol
$
touch
a
.
txt
*
# ensure consistent st dirtyness checks, ignoring dirstate timing
$
hg
st
-
v
--
debug
filtering
a
.
txt
through
tolf
R
.
hgeol
$
hg
commit
-
m 'remove eol'
...
...
@@ -40,4 +46,19 @@
$
hg
commit
-
m 'remove eol'
$
hg
exp
# HG changeset patch
# User test
# Date 0 0
# Thu Jan 01 00:00:00 1970 +0000
# Node ID c60b96c20c7de8c821127b548c34e5b170bcf9fe
# Parent 90f94e2cf4e24628afddd641688dfe4cd476d6e4
remove
eol
diff
-
r
90
f94e2cf4e2
-
r
c60b96c20c7d
.
hgeol
---
a
/.
hgeol
Thu
Jan
01
00
:
00
:
00
1970
+
0000
+++
/dev/null
Thu
Jan
01
00
:
00
:
00
1970
+
0000
@@
-
1
,
2
+
0
,
0
@@
-
[
patterns
]
-**.
txt
=
native
$
hg
push
--
quiet
$
cd
..
...
...
@@ -41,5 +62,8 @@
$
hg
push
--
quiet
$
cd
..
Test
clone
of
repo
with
.
hgeol
in
working
dir
,
but
no
.
hgeol
in
tip
Test
clone
of
repo
with
.
hgeol
in
working
dir
,
but
no
.
hgeol
in
default
checkout
revision
tip
.
The
repo
is
correctly
updated
to
be
consistent
and
have
the
exact
content
checked
out
without
filtering
,
ignoring
the
current
.
hgeol
in
the
source
repo:
...
...
@@ -45,3 +69,7 @@
$
hg
clone
repo
repo
-
3
$
cat
repo
/.
hgeol
[
patterns
]
**.
txt
=
native
$
hg
clone
repo
repo
-
3
-
v
--
debug
linked
7
files
updating
to
branch
default
...
...
@@ -47,4 +75,10 @@
updating
to
branch
default
resolving
manifests
branchmerge:
False
,
force:
False
,
partial:
False
ancestor:
000000000000
,
local
:
000000000000
+
,
remote:
c60b96c20c7d
calling
hook
preupdate
.
eol:
hgext
.
eol
.
preupdate
a
.
txt:
remote
created
->
g
getting
a
.
txt
1
files
updated
,
0
files
merged
,
0
files
removed
,
0
files
unresolved
$
cd
repo
-
3
...
...
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