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
b3286a92
Commit
b3286a92
authored
17 years ago
by
Peter Arrenbrecht
Browse files
Options
Downloads
Patches
Plain Diff
bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
parent
25c372e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test-bundle
+7
-0
7 additions, 0 deletions
tests/test-bundle
tests/test-bundle.out
+13
-0
13 additions, 0 deletions
tests/test-bundle.out
with
20 additions
and
0 deletions
tests/test-bundle
+
7
−
0
View file @
b3286a92
...
...
@@ -70,4 +70,6 @@
#doesn't work (yet ?)
#hg -R bundle://../full.hg verify
hg pull bundle://../full.hg
echo
"====== Rollback empty"
hg rollback
cd
..
...
...
@@ -73,4 +75,9 @@
cd
..
echo
"====== Log -R bundle:empty+full.hg"
hg
-R
bundle:empty+full.hg log
--template
=
"{rev} "
echo
""
echo
"====== Pull full.hg into empty again (using -R; with hook)"
hg
-R
empty pull full.hg
echo
"====== Create partial clones"
rm
-r
empty
...
...
This diff is collapsed.
Click to expand it.
tests/test-bundle.out
+
13
−
0
View file @
b3286a92
...
...
@@ -124,6 +124,19 @@
adding file changes
added 9 changesets with 7 changes to 4 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
====== Rollback empty
rolling back last transaction
====== Log -R bundle:empty+full.hg
8 7 6 5 4 3 2 1 0
====== Pull full.hg into empty again (using -R; with hook)
changegroup hook: HG_NODE=5649c9d34dd87d0ecb5fd39672128376e83b22e1 HG_SOURCE=pull HG_URL=bundle:full.hg+empty
pulling from full.hg
requesting all changes
adding changesets
adding manifests
adding file changes
added 9 changesets with 7 changes to 4 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
====== Create partial clones
requesting all changes
adding changesets
...
...
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