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
c68edf83
Commit
c68edf83
authored
10 years ago
by
durin42
Browse files
Options
Downloads
Patches
Plain Diff
test-extra.t: use a templater format that's portable back to hg 2.8.2
parent
ba42476a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-extra.t
+6
-12
6 additions, 12 deletions
tests/test-extra.t
with
6 additions
and
12 deletions
tests/test-extra.t
+
6
−
12
View file @
c68edf83
...
...
@@ -31,5 +31,5 @@
$
touch
d
$
hg
add
d
$
fn_hg_commitextra
--
field
zzzzzzz
=
datazzz
--
field
aaaaaaa
=
dataaaa
$
hg
log
--
graph
--
template
"
{rev} {node} {desc|firstline}
\n
{join(extras, '
\n
')}
\n\n
"
$
hg
log
--
graph
--
template
"
{rev} {node} {desc|firstline}
\n
{join(extras, '
')}
\n\n
"
@
3
f15e01c73845392d86a5ed10fb0753d09bca13d3
...
...
@@ -35,6 +35,4 @@
@
3
f15e01c73845392d86a5ed10fb0753d09bca13d3
|
aaaaaaa
=
dataaaa
|
branch
=
default
|
zzzzzzz
=
datazzz
|
aaaaaaa
=
dataaaa
branch
=
default
zzzzzzz
=
datazzz
|
o
2
dcec77c6ae3cff594c4435e5820bec4ec9e57440
b
...
...
@@ -39,7 +37,6 @@
|
o
2
dcec77c6ae3cff594c4435e5820bec4ec9e57440
b
|
branch
=
default
|
rebase_source
=
bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
branch
=
default
rebase_source
=
bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
o
1
003
b36e9c3993ac4319eeebd5f77a1d5306ba706
c
|
branch
=
default
...
...
@@ -72,5 +69,5 @@
$
cd
..
$
hg
clone
-
q gitrepo
hgrepo2
$
cd
hgrepo2
$
hg
log
--
graph
--
template
"
{rev} {node} {desc|firstline}
\n
{join(extras, '
\n
')}
\n\n
"
$
hg
log
--
graph
--
template
"
{rev} {node} {desc|firstline}
\n
{join(extras, '
')}
\n\n
"
@
3
f15e01c73845392d86a5ed10fb0753d09bca13d3
...
...
@@ -76,6 +73,4 @@
@
3
f15e01c73845392d86a5ed10fb0753d09bca13d3
|
aaaaaaa
=
dataaaa
|
branch
=
default
|
zzzzzzz
=
datazzz
|
aaaaaaa
=
dataaaa
branch
=
default
zzzzzzz
=
datazzz
|
o
2
dcec77c6ae3cff594c4435e5820bec4ec9e57440
b
...
...
@@ -80,7 +75,6 @@
|
o
2
dcec77c6ae3cff594c4435e5820bec4ec9e57440
b
|
branch
=
default
|
rebase_source
=
bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
branch
=
default
rebase_source
=
bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
o
1
003
b36e9c3993ac4319eeebd5f77a1d5306ba706
c
|
branch
=
default
...
...
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