Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
evolve
Commits
572b3f3c4a29
Commit
572b3f3c
authored
Jan 28, 2021
by
Anton Shestakov
Browse files
compat: fix format_changeset_summary_fn() for hg <= 5.6
parent
2fce79f5ac71
Pipeline
#17324
passed with stage
in 6 minutes and 28 seconds
Changes
1
Pipelines
6
Show whitespace changes
Inline
Side-by-side
hgext3rd/evolve/compat.py
View file @
572b3f3c
...
...
@@ -439,5 +439,5 @@
else
:
# hg <= 5.6 (96fcc37a9c80)
def
format_changeset_summary_fn
(
ui
,
repo
,
command
,
default_spec
):
logcmdutil
.
changesetdisplayer
(
ui
,
repo
,
{
b
'template'
:
default_spec
}).
show
return
logcmdutil
.
changesetdisplayer
(
ui
,
repo
,
{
b
'template'
:
default_spec
}).
show
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment