[issue3290] crash during hg recover

E K bugs at mercurial.selenic.com
Tue Feb 28 08:22:27 CST 2012


New submission from E K <eykanal at gmail.com>:

I'm running Mercurial 2.1 on Windows with TortoiseHG. I have a repo on my
local drive, and I was trying to push the changes to a remote drive on a
shared folder. The push failed (too little free space), and TortoiseHG gave
me a notice to run "hg recover". I went to the remote and tried to do so,
but I received the following error:

~~~~~~~
W:\folder> hg recover
rolling back interrupted transaction
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 2.1)
** Extensions loaded:
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 27, in run
  File "mercurial\dispatch.pyo", line 64, in dispatch
  File "mercurial\dispatch.pyo", line 87, in _runcatch
  File "mercurial\dispatch.pyo", line 683, in _dispatch
  File "mercurial\dispatch.pyo", line 465, in runcommand
  File "mercurial\dispatch.pyo", line 737, in _runcommand
  File "mercurial\dispatch.pyo", line 691, in checkargs
  File "mercurial\dispatch.pyo", line 680, in <lambda>
  File "mercurial\util.pyo", line 456, in check
  File "mercurial\commands.pyo", line 4470, in recover
  File "mercurial\localrepo.pyo", line 792, in recover
  File "mercurial\transaction.pyo", line 180, in rollback
ValueError: too many values to unpack

W:\folder>
~~~~~~

Note that the identical error was reported on StackOverflow almost a year ago:
http://stackoverflow.com/q/5529207/168775

Please let me know if I can provide any additional useful details. Thanks!

----------
messages: 19196
nosy: eykanal
priority: bug
status: unread
title: crash during hg recover

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3290>
____________________________________________________


More information about the Mercurial-devel mailing list