[Bug 4047] New: My repository became corrupt, running "hg recover" caused the error "ValueError: too many values to unpack" to occur

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Oct 1 13:03:22 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=4047

          Priority: normal
            Bug ID: 4047
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: My repository became corrupt, running "hg recover"
                    caused the error "ValueError: too many values to
                    unpack" to occur
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: hiro5id at yahoo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.7.1
         Component: Mercurial
           Product: Mercurial

After my repository became corrupt, I was forced to run "hg recover".  But that
failed too with the following error, that appears to be Python related:


Z:\>hg recover
rolling back interrupted transaction
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 2.7.1)
** Extensions loaded: churn, color, graphlog, hgk, mq, progress, purge, rebase,
transplant, record
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 28, in run
  File "mercurial\dispatch.pyo", line 69, in dispatch
  File "mercurial\dispatch.pyo", line 97, in _runcatch
  File "mercurial\dispatch.pyo", line 778, in _dispatch
  File "mercurial\dispatch.pyo", line 549, in runcommand
  File "mercurial\extensions.pyo", line 188, in wrap
  File "hgext\color.pyo", line 412, in colorcmd
  File "mercurial\dispatch.pyo", line 869, in _runcommand
  File "mercurial\dispatch.pyo", line 840, in checkargs
  File "mercurial\dispatch.pyo", line 775, in <lambda>
  File "mercurial\util.pyo", line 506, in check
  File "mercurial\extensions.pyo", line 143, in wrap
  File "mercurial\util.pyo", line 506, in check
  File "hgext\mq.pyo", line 3531, in mqcommand
  File "mercurial\util.pyo", line 506, in check
  File "mercurial\commands.pyo", line 4733, in recover
  File "mercurial\localrepo.pyo", line 853, in recover
  File "mercurial\transaction.pyo", line 180, in rollback
ValueError: too many values to unpack

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list