Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
evolve
Commits
61b64cd8d869
Commit
61b64cd8
authored
Jul 29, 2021
by
Sushil Khanchi
🐨
Browse files
evolvecmd: update docstring of solveobswdp()
parent
f138aea6e26b
Pipeline
#29871
passed with stage
in 14 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
hgext3rd/evolve/evolvecmd.py
View file @
61b64cd8
...
...
@@ -1814,7 +1814,7 @@
return
ret
def
solveobswdp
(
ui
,
repo
,
opts
):
"""
this function
update
s
to the successor of obsolete wdir parent"""
"""update to the successor of obsolete wdir parent"""
oldid
=
repo
[
b
'.'
].
node
()
oldctx
=
repo
[
b
'.'
]
dryrunopt
=
opts
.
get
(
'dry_run'
,
False
)
...
...
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