Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
hg-git
Commits
6799a7b6f0c7
Commit
6799a7b6f0c7
authored
4 years ago
by
Dan Villiom Podlaski Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
tests: check active bookmarks after clone in test-clone.t
parent
da61008f69c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!83
Fix tests with latest Mercurial
Pipeline
#17295
passed
4 years ago
Stage: current
Stage: compat
Stage: upcoming
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-clone.t
+11
-0
11 additions, 0 deletions
tests/test-clone.t
with
11 additions
and
0 deletions
tests/test-clone.t
+
11
−
0
View file @
6799a7b6
...
@@ -24,6 +24,8 @@
...
@@ -24,6 +24,8 @@
updating
to
bookmark
master
(
hg57
!
)
updating
to
bookmark
master
(
hg57
!
)
updating
to
branch
default
(
no
-
hg57
!
)
updating
to
branch
default
(
no
-
hg57
!
)
1
files
updated
,
0
files
merged
,
0
files
removed
,
0
files
unresolved
1
files
updated
,
0
files
merged
,
0
files
removed
,
0
files
unresolved
$
hg
-
R
hgrepo
-
a
bookmarks
*
master
0
:
ff7a2f2d8d70
$
hg
-
R
hgrepo
-
a
log
--
graph
$
hg
-
R
hgrepo
-
a
log
--
graph
@
changeset:
0
:
ff7a2f2d8d70
@
changeset:
0
:
ff7a2f2d8d70
bookmark:
master
bookmark:
master
...
@@ -43,6 +45,9 @@
...
@@ -43,6 +45,9 @@
importing git objects into hg
importing git objects into hg
updating to branch default
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg -R hgrepo-b bookmarks
* beta 1:7fe02317c63d
master 0:ff7a2f2d8d70
$ hg -R hgrepo-b log --graph
$ hg -R hgrepo-b log --graph
@ changeset: 1:7fe02317c63d
@ changeset: 1:7fe02317c63d
| bookmark: beta
| bookmark: beta
...
@@ -81,6 +86,9 @@
...
@@ -81,6 +86,9 @@
importing git objects into hg
importing git objects into hg
updating to branch default
updating to branch default
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg -R hgrepo-c bookmarks
* beta 3:3a77db64d0e8
master 0:ff7a2f2d8d70
$ hg --cwd hgrepo-c status
$ hg --cwd hgrepo-c status
test shared repositories
test shared repositories
...
@@ -90,6 +98,9 @@
...
@@ -90,6 +98,9 @@
updating to branch default (no-hg57 !)
updating to branch default (no-hg57 !)
updating to bookmark beta (hg57 !)
updating to bookmark beta (hg57 !)
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg -R hgrepo-base bookmarks
* beta 3:3a77db64d0e8
master 0:ff7a2f2d8d70
$ hg --config extensions.share= share hgrepo-base hgrepo-shared
$ hg --config extensions.share= share hgrepo-base hgrepo-shared
updating working directory
updating working directory
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
...
...
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