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
afeb14a8
Commit
afeb14a8
authored
13 years ago
by
Peter Arrenbrecht
Browse files
Options
Downloads
Patches
Plain Diff
tests: add tests for partial pulls with treediscovery
parent
9ff996ba
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-treediscovery.t
+42
-0
42 additions, 0 deletions
tests/test-treediscovery.t
with
42 additions
and
0 deletions
tests/test-treediscovery.t
+
42
−
0
View file @
afeb14a8
...
...
@@ -277,5 +277,47 @@
[
1
]
$
cd
..
Partial
pull:
$
stop
;
start
main
$
hg
clone
$remote
partial
--
rev
name2
adding
changesets
adding
manifests
adding
file
changes
added
6
changesets
with
12
changes
to
2
files
updating
to
branch
name2
2
files
updated
,
0
files
merged
,
0
files
removed
,
0
files
unresolved
$
cd
partial
$
hg
incoming
$remote
comparing
with
http:
//local
host:$HGPORT
/
searching
for
changes
6
a7892891da29:
r2
name1
7
2
c8d5d5ec612:
r3
name1
8
e71dbbc70e03:
r4
name1
9
025
829e08038
:
r9
both
10
8
b6bad1512e1:
r10
both
11
a19bfa7e7328:
r11
both
$
hg
incoming
$remote
--
rev
name1
comparing
with
http:
//local
host:$HGPORT
/
searching
for
changes
6
a7892891da29:
r2
name1
7
2
c8d5d5ec612:
r3
name1
8
e71dbbc70e03:
r4
name1
$
hg
pull
$remote
--
rev
name1
pulling
from
http:
//local
host:$HGPORT
/
searching
for
changes
adding
changesets
adding
manifests
adding
file
changes
added
3
changesets
with
6
changes
to
2
files
(
+
1
heads
)
(
run
'
hg heads
'
to
see
heads
)
$
hg
incoming
$remote
comparing
with
http:
//local
host:$HGPORT
/
searching
for
changes
9
025
829e08038
:
r9
both
10
8
b6bad1512e1:
r10
both
11
a19bfa7e7328:
r11
both
$
cd
..
$
stop
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