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
e06d91bc
Commit
e06d91bc
authored
6 years ago
by
Boris Feld
Browse files
Options
Downloads
Patches
Plain Diff
test: use `printenv.py --line` in `test-http-bundle1.t`
This makes the output easier to update and read.
parent
f8443db3
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-http-bundle1.t
+9
-2
9 additions, 2 deletions
tests/test-http-bundle1.t
with
9 additions
and
2 deletions
tests/test-http-bundle1.t
+
9
−
2
View file @
e06d91bc
...
...
@@ -151,7 +151,7 @@
$
cd
copy
-
pull
$
cat
>>
.
hg
/
hgrc
<<
EOF
>
[
hooks
]
>
changegroup
=
sh
-
c
"
printenv.py changegroup
"
>
changegroup
=
sh
-
c
"
printenv.py
--line
changegroup
"
>
EOF
$
hg
pull
pulling
from
http:
//local
host:$HGPORT1
/
...
...
@@ -161,7 +161,14 @@
adding
file
changes
added
1
changesets
with
1
changes
to
1
files
new
changesets
5
fed3813f7f5
changegroup
hook:
HG_HOOKNAME
=
changegroup
HG_HOOKTYPE
=
changegroup
HG_NODE
=
5
fed3813f7f5e1824344fdc9cf8f63bb662c292d
HG_NODE_LAST
=
5
fed3813f7f5e1824344fdc9cf8f63bb662c292d
HG_SOURCE
=
pull
HG_TXNID
=
TXN:$ID
$
HG_URL
=
http:
//local
host:$HGPORT1
/
changegroup
hook:
HG_HOOKNAME
=
changegroup
HG_HOOKTYPE
=
changegroup
HG_NODE
=
5
fed3813f7f5e1824344fdc9cf8f63bb662c292d
HG_NODE_LAST
=
5
fed3813f7f5e1824344fdc9cf8f63bb662c292d
HG_SOURCE
=
pull
HG_TXNID
=
TXN:$ID
$
HG_URL
=
http:
//local
host:$HGPORT1
/
(
run
'
hg update
'
to
get
a
working
copy
)
$
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