Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 829
    • Issues 829
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mercurial
  • TortoiseHg
  • thgthg
  • Issues
  • #5567
Closed
Open
Created Jul 10, 2020 by alexrayne@alexrayne

thg stable on py38 crash on patch move

hallow! starts thg stable version 5.4.1+15-ef82204dcd35 with Mercurial-5.4, Python-3.8.3 try to move some patch over patches stack crash with this :

% hg qreorder --after=b'trace-tsch-rx' b'trace-cc13-rfprop-2'
obsolete feature not enabled but 67 markers found!
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)]
** Mercurial Distributed SCM (version 5.4)
** Extensions loaded: convert, eol, strip, mq, rebase, record, transplant, highlight, show, split, commitextras, fix, uncommit, share, censor, histedit, narrow, closehead, remotenames, schemes, tortoisehg.util.hgcommands, tortoisehg.util.partialcommit, tortoisehg.util.pipeui, tortoisehg.util.win32ill, tortoisehg.util.hgdispatch
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)]
** Mercurial Distributed SCM (version 5.4)
** Extensions loaded: convert, eol, strip, mq, rebase, record, transplant, highlight, show, split, commitextras, fix, uncommit, share, censor, histedit, narrow, closehead, remotenames, schemes, tortoisehg.util.hgcommands, tortoisehg.util.partialcommit, tortoisehg.util.pipeui, tortoisehg.util.win32ill, tortoisehg.util.hgdispatch
Traceback (most recent call last):
  File "D:\projects\hg\thg\thg.work\venv.py38\Scripts\hg", line 43, in <module>
    dispatch.run()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 112, in run
    status = dispatch(req)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 298, in dispatch
    ret = _runcatch(req) or 0
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 472, in _runcatch
    return _callcatch(ui, _runcatchfunc)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 481, in _callcatch
    return scmutil.callcatch(ui, func)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\scmutil.py", line 152, in callcatch
    return func()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 462, in _runcatchfunc
    return _dispatch(req)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1225, in _dispatch
    return runcommand(
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 910, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1237, in _runcommand
    return cmdfunc()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1223, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\hgext\mq.py", line 4218, in mqcommand
    return orig(ui, repo, *args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\commands.py", line 6510, in serve
    return server.runservice(opts, initfn=service.init, runfn=service.run)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\server.py", line 164, in runservice
    return runfn()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\commandserver.py", line 429, in run
    return sv.serve()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\commandserver.py", line 363, in serve
    while self.serveone():
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\commandserver.py", line 337, in serveone
    handler(self)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\commandserver.py", line 321, in runcommand
    ret = dispatch.dispatch(req) & 255
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 298, in dispatch
    ret = _runcatch(req) or 0
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 472, in _runcatch
    return _callcatch(ui, _runcatchfunc)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 481, in _callcatch
    return scmutil.callcatch(ui, func)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\scmutil.py", line 152, in callcatch
    return func()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 462, in _runcatchfunc
    return _dispatch(req)
  File "D:\projects\hg\thg\thg.work\tortoisehg\util\hgdispatch.py", line 21, in _dispatch
    return orig(req)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1225, in _dispatch
    return runcommand(
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 910, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1237, in _runcommand
    return cmdfunc()
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\dispatch.py", line 1223, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\hgext\mq.py", line 4218, in mqcommand
    return orig(ui, repo, *args, **kwargs)
  File "D:\projects\hg\thg\thg.work\venv.py38\lib\site-packages\mercurial\util.py", line 1864, in check
    return func(*args, **kwargs)
  File "D:\projects\hg\thg\thg.work\tortoisehg\util\hgcommands.py", line 122, in qreorder
    after = opts[b'after'] or None
KeyError: b'after'
cmdserver: process exited unexpectedly with code 1
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking