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
eb297845f90b
Commit
eb297845f90b
authored
13 years ago
by
kiilerix
Browse files
Options
Downloads
Patches
Plain Diff
tests: fix test-ssh.t after
6bd9778ae749
parent
4ab6e2d597cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-ssh.t
+4
-2
4 additions, 2 deletions
tests/test-ssh.t
with
4 additions
and
2 deletions
tests/test-ssh.t
+
4
−
2
View file @
eb297845
...
...
@@ -29,10 +29,10 @@
>
sys
.
stdout
.
write
("
KABOOM
\n
")
>
EOF
creating
'
remote
creating
'
remote
'
repo
$
hg
init
remote
$
cd
remote
$
echo
this
>
foo
$
echo
this
>
fooO
$
hg
ci
-
A
-
m "init"
foo
fooO
...
...
@@ -33,10 +33,10 @@
$
hg
init
remote
$
cd
remote
$
echo
this
>
foo
$
echo
this
>
fooO
$
hg
ci
-
A
-
m "init"
foo
fooO
$
echo
<<EOF > .hg/hgrc
$
cat
<<
EOF
>
.
hg
/
hgrc
>
[
server
]
>
uncompressed
=
True
>
...
...
@@ -298,6 +298,7 @@
Got
arguments
1
:
user@dummy
2
:
hg
-
R
local
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
$TESTTMP
/
local
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
changegroup
-
in
-
remote
hook:
HG_NODE
=
a28a9d1a809cab7d4e2fde4bee738a9ede948b60
HG_SOURCE
=
serve
HG_URL
=
remote:ssh:127
.0.0.1
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
...
...
@@ -307,4 +308,5 @@
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
changegroup
-
in
-
remote
hook:
HG_NODE
=
1383141674
ec756a6056f6a9097618482fe0f4a6
HG_SOURCE
=
serve
HG_URL
=
remote:ssh:127
.0.0.1
Got
arguments
1
:
user@dummy
2
:
hg
-
R
remote
serve
--
stdio
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