From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 3 Apr 2014 14:01:32 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20140403195715.043e0146@zinc.9fans.fr> References: <5332c061.924ab40a.15cc.55a2@mx.google.com> <20140402071913.72076a71@zinc.9fans.fr> <2968a2c260ea9a1c5c75c91ec9f1ea84@brasstown.quanstro.net> <20140403075006.0ab35e51@zinc.9fans.fr> <4e95272faa3b0b38eec77c00bc56bc2d@brasstown.quanstro.net> <20140403195715.043e0146@zinc.9fans.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Python/Mercurial error Topicbox-Message-UUID: d5b1af4c-ead8-11e9-9d60-3106f5b1d025 On Thu Apr 3 13:59:36 EDT 2014, 0intro@gmail.com wrote: > > ; hg clone http://code.google.com/p/go > > .... > > ... > > adding file changes > > transaction abort! > > failed to truncate 00manifest.i > > rollback failed - please run hg recover > > abort: invalid arguments > > ; cd go > > ; hg recover > > no interrupted transaction available > > ; > > It looks similar to an issue I encountered occasionally. > I reported it to Jeff Sickel, but we still haven't succeed > to track it down. i hope this isn't begging the obvious, but with huge masses of code, i find it helpful to hunt down the initial error message and start adding debugging code. - erik