[issue2461] Unknown exception encountered

Karen bugs at mercurial.selenic.com
Thu Oct 28 23:11:00 UTC 2010


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

Hi there,

I'm new to Mercurial & have triggered a bug (doing something incorrectly).

I had a file under version control which I wanted to delete from the
repository, so I manually deleted it from my local repo, then did a status,
then a commit, then tried to push.

This gave me the following error:

D:\auto_2>hg push
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 1.6.2)
** Extensions loaded: graphlog
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 34, in dispatch
  File "mercurial\dispatch.pyc", line 54, in _runcatch
  File "mercurial\dispatch.pyc", line 490, in _dispatch
  File "mercurial\dispatch.pyc", line 351, in runcommand
  File "mercurial\dispatch.pyc", line 541, in _runcommand
  File "mercurial\dispatch.pyc", line 495, in checkargs
  File "mercurial\dispatch.pyc", line 488, in <lambda>
  File "mercurial\util.pyc", line 420, in check
  File "mercurial\commands.pyc", line 2841, in push
  File "mercurial\demandimport.pyc", line 75, in __getattribute__
  File "mercurial\demandimport.pyc", line 47, in _load
  File "zipextimporter.pyc", line 82, in load_module
  File "mercurial\url.pyc", line 317, in <module>
  File "mercurial\demandimport.pyc", line 75, in __getattribute__
  File "mercurial\demandimport.pyc", line 47, in _load
  File "zipextimporter.pyc", line 82, in load_module
  File "mercurial\keepalive.pyc", line 361, in <module>
  File "mercurial\demandimport.pyc", line 75, in __getattribute__
  File "mercurial\demandimport.pyc", line 47, in _load
  File "zipextimporter.pyc", line 82, in load_module
ValueError: bad marshal data


Cheers
Karen

----------
messages: 14216
nosy: testinggirl
priority: bug
status: unread
title: Unknown exception encountered

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


More information about the Mercurial-devel mailing list