https://bz.mercurial-scm.org/show_bug.cgi?id=6471

            Bug ID: 6471
           Summary: After strip moved to core: AttributeError: module
                    'hgext.strip' has no attribute 'cmdtable'
           Product: Mercurial
           Version: 5.7rc0
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: normal
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: z...@zash.se
                CC: mercurial-devel@mercurial-scm.org
    Python Version: 3.7

# Command

hg$ make local
hg$ ./hg version

# Error

Traceback (most recent call last):
  File "/home/zash/src/hg/mercurial/extensions.py", line 264, in _runextsetup
    extsetup(ui)
  File "/usr/lib/python3/dist-packages/hgext3rd/evolve/exthelper.py", line 182,
in finalextsetup
    knownexts[ext] = e.cmdtable
AttributeError: module 'hgext.strip' has no attribute 'cmdtable'
*** failed to set up extension evolve: module 'hgext.strip' has no attribute
'cmdtable'
*** failed to set up extension evolve: module 'hgext.strip' has no attribute
'cmdtable'
Mercurial Distributed SCM (version 5.6+98-d7a508a75d72)
(see https://mercurial-scm.org for more information)

Copyright (C) 2005-2020 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# Bisect

The first bad revision is:
changeset:   46029:d7a508a75d72
user:        Valentin Gatien-Baron <valentin.gatienba...@gmail.com>
date:        Sun Nov 08 16:23:35 2020 -0500
summary:     strip: move into core

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to