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
b7256206
Commit
b7256206
authored
18 years ago
by
Matt Mackall
Browse files
Options
Downloads
Patches
Plain Diff
Update tests for revlogng
parent
c9e264b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tests/test-copy
+1
-1
1 addition, 1 deletion
tests/test-copy
tests/test-copy.out
+1
-1
1 addition, 1 deletion
tests/test-copy.out
tests/test-hup.out
+0
-1
0 additions, 1 deletion
tests/test-hup.out
tests/test-permissions
+3
-3
3 additions, 3 deletions
tests/test-permissions
with
5 additions
and
6 deletions
tests/test-copy
+
1
−
1
View file @
b7256206
...
...
@@ -22,7 +22,7 @@
echo
"this should show the rename information in the metadata"
hg debugdata .hg/data/b.d 0 |
head
-3
|
tail
-2
$TESTDIR
/md5sum.py .hg/data/b.
d
$TESTDIR
/md5sum.py .hg/data/b.
i
hg
cat
b
>
bsum
$TESTDIR
/md5sum.py bsum
hg
cat
a
>
asum
...
...
This diff is collapsed.
Click to expand it.
tests/test-copy.out
+
1
−
1
View file @
b7256206
...
...
@@ -41,7 +41,7 @@
this should show the rename information in the metadata
copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
copy: a
566e338d09a089ba737c21e0d3759980
.hg/data/b.
d
ed156f22f0a6fde642de0b5eba0cbbb2
.hg/data/b.
i
60b725f10c9c85c70d97880dfe8191b3 bsum
60b725f10c9c85c70d97880dfe8191b3 asum
checking changesets
...
...
This diff is collapsed.
Click to expand it.
tests/test-hup.out
+
0
−
1
View file @
b7256206
...
...
@@ -4,7 +4,6 @@
killed!
transaction abort!
rollback completed
00changelog.d
00changelog.i
data
journal.dirstate
This diff is collapsed.
Click to expand it.
tests/test-permissions
+
3
−
3
View file @
b7256206
...
...
@@ -5,5 +5,5 @@
hg add a
hg commit
-m
"1"
-d
"1000000 0"
hg verify
chmod
-r
.hg/data/a.
d
chmod
-r
.hg/data/a.
i
hg verify 2>/dev/null
||
echo
verify failed
...
...
@@ -9,3 +9,3 @@
hg verify 2>/dev/null
||
echo
verify failed
chmod
+r .hg/data/a.
d
chmod
+r .hg/data/a.
i
hg verify 2>/dev/null
||
echo
verify failed
...
...
@@ -11,5 +11,5 @@
hg verify 2>/dev/null
||
echo
verify failed
chmod
-w
.hg/data/a.
d
chmod
-w
.hg/data/a.
i
echo
barber
>
a
hg commit
-m
"2"
-d
"1000000 0"
2>/dev/null
||
echo
commit failed
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