[issue2495] Unknown exception on commit with moved repository

Karen bugs at mercurial.selenic.com
Sat Nov 13 06:47:18 UTC 2010


New submission from Karen <testinggirl at gmail.com>:

Hi there, 

I brought a copy of my repository from work to home, & it had uncommited
changes in it.  After attempting to commit them now at home, I am getting an
Unknown Exception error.

Possibly relevant:  at work the repo was in D: while at home it's in C:
(same path from there though)

Here's the error:

C:\SBFW\AutomationEC>hg ci -m "latest changes from work"
transaction abort!
rollback completed
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 1.7)
** Extensions loaded: fixfrozenexts, graphlog, extdiff, fetch, color, progress
Traceback (most recent call last):
  File "hg", line 36, in <module>
  File "mercurial\dispatch.pyo", line 16, in run
  File "mercurial\dispatch.pyo", line 36, in dispatch
  File "mercurial\dispatch.pyo", line 58, in _runcatch
  File "mercurial\dispatch.pyo", line 590, in _dispatch
  File "mercurial\dispatch.pyo", line 401, in runcommand
  File "mercurial\extensions.pyo", line 175, in wrap
  File "hgext\color.pyo", line 223, in colorcmd
  File "mercurial\dispatch.pyo", line 641, in _runcommand
  File "mercurial\dispatch.pyo", line 595, in checkargs
  File "mercurial\dispatch.pyo", line 588, in <lambda>
  File "mercurial\util.pyo", line 427, in check
  File "mercurial\commands.pyo", line 780, in commit
  File "mercurial\cmdutil.pyo", line 1324, in commit
  File "mercurial\commands.pyo", line 775, in commitfunc
  File "mercurial\localrepo.pyo", line 957, in commit
  File "mercurial\localrepo.pyo", line 1004, in commitctx
  File "mercurial\localrepo.pyo", line 842, in _filecommit
  File "mercurial\filelog.pyo", line 38, in add
  File "mercurial\revlog.pyo", line 1151, in addrevision
  File "mercurial\revlog.pyo", line 1199, in _addrevision
  File "mercurial\revlog.pyo", line 1181, in builddelta
  File "mercurial\revlog.pyo", line 1079, in revision
  File "mercurial\revlog.pyo", line 1014, in _chunk
  File "mercurial\revlog.pyo", line 119, in decompress
zlib.error: Error -3 while decompressing data: incorrect data check

Cheers
Karen

----------
messages: 14394
nosy: testinggirl
priority: bug
status: unread
title: Unknown exception on commit with moved repository

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


More information about the Mercurial-devel mailing list