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
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
mercurial
hg-git
Commits
8dd307fd
Commit
8dd307fd
authored
4 years ago
by
Dan Villiom Podlaski Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
tests: adapt to alpine differences
parent
d40e53a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!56
GitLab CI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test-branch-bookmark-suffix.t
+2
-6
2 additions, 6 deletions
tests/test-branch-bookmark-suffix.t
tests/test-http.t
+1
-1
1 addition, 1 deletion
tests/test-http.t
with
3 additions
and
7 deletions
tests/test-branch-bookmark-suffix.t
+
2
−
6
View file @
8dd307fd
...
...
@@ -85,9 +85,7 @@
Cloning
into
'
gitrepo2
'
...
done
.
$
cd
gitrepo2
$
git
checkout
branch1
2
>&
1
|
grep
-
v
'
up-to-date
'
Already
on
'
branch1
'
Your
branch
is
up
to
date
with
'
origin/branch1
'
.
(?)
$
git
checkout
-
q branch1
$
echo
g1
>>
f1
$
git
add
f1
$
commit
-
m "append f1"
...
...
@@ -91,9 +89,7 @@
$
echo
g1
>>
f1
$
git
add
f1
$
commit
-
m "append f1"
$
git
checkout
branch2
Switched
to
a
new
branch
'
branch2
'
Branch
'
?branch2
'?
set
up
to
track
remote
branch
'
?branch2
'?
from
'
?origin
'?
.
(
re
)
$
git
checkout
-
q branch2
$
echo
g2
>>
f2
$
git
add
f2
$
commit
-
m "append f2"
...
...
This diff is collapsed.
Click to expand it.
tests/test-http.t
+
1
−
1
View file @
8dd307fd
...
...
@@ -23,7 +23,7 @@
[
255
]
#else
$
hg
serve
-
p
$HGPORT1
2
>&
1
abort:
cannot
start
server
at
'
*:$HGPORT1
':
Address
already
in
use
(
glob
)
abort:
cannot
start
server
at
'
*:$HGPORT1
':
Address
*
in
use
(
glob
)
[
255
]
#endif
$
cd
..
...
...
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