Mercurial > evolve
changeset 6104:61b64cd8d869
evolvecmd: update docstring of solveobswdp()
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Thu, 29 Jul 2021 00:12:57 +0530 |
parents | f138aea6e26b |
children | 53837527e7e3 |
files | hgext3rd/evolve/evolvecmd.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/evolvecmd.py Fri Sep 03 23:16:43 2021 +0530 +++ b/hgext3rd/evolve/evolvecmd.py Thu Jul 29 00:12:57 2021 +0530 @@ -1814,7 +1814,7 @@ return ret def solveobswdp(ui, repo, opts): - """this function updates 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)