"unknown exception encountered, details follow"

Scott David Daniels Scott.Daniels at acm.org
Sat Apr 25 12:03:59 CDT 2009


In updating Cython, I just got the exception below.  As I am not
currently fiddling Cython, I can leave all data here if you want to be
able to replicate.  I tried to show the state that I'm in.  Let me know
if someone wants to try to replicate (or if not); I'm willing to spend
some time on it with someone who knows the code.  If I hear from
nobody, this offer expires in a week.

--Scott David Daniels
Scott.Daniels at Acm.Org


C:\Projects\cython>hg pull -u
pulling from http://hg.cython.org/cython/
searching for changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.2.1)
** Extensions loaded: win32text
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 25, in dispatch
  File "mercurial\dispatch.pyc", line 41, in _runcatch
  File "mercurial\dispatch.pyc", line 372, in _dispatch
  File "mercurial\dispatch.pyc", line 247, in runcommand
  File "mercurial\dispatch.pyc", line 417, in _runcommand
  File "mercurial\dispatch.pyc", line 377, in checkargs
  File "mercurial\dispatch.pyc", line 371, in <lambda>
  File "mercurial\util.pyc", line 718, in check
  File "mercurial\commands.pyc", line 2174, in pull
  File "mercurial\localrepo.pyc", line 1495, in pull
  File "mercurial\localrepo.pyc", line 2043, in addchangegroup
  File "mercurial\revlog.pyc", line 1221, in addgroup
mpatch.mpatchError: patch cannot be decoded




C:\Projects\cython>hg log
changeset:   1839:2baecb19da29
tag:         tip
user:        Robert Bradshaw <robertwb at math.washington.edu>
date:        Fri Mar 13 23:01:14 2009 -0700
summary:     Bump version number to 0.11.

changeset:   1838:e620508b53a3
user:        Robert Bradshaw <robertwb at math.washington.edu>
date:        Wed Mar 11 04:47:40 2009 -0700
summary:     Release Candidate 3

changeset:   1837:76e5a4c413a9
parent:      1826:1fd2883d0bd8
parent:      1836:e8478c063763
user:        Robert Bradshaw <robertwb at math.washington.edu>
date:        Wed Mar 11 04:46:53 2009 -0700
summary:     merge

changeset:   1836:e8478c063763
user:        Robert Bradshaw <robertwb at math.washington.edu>
date:        Tue Mar 10 10:41:14 2009 -0700
summary:     Release Candidate 2

...

changeset:   3:8649c5f2229a
user:        William Stein <wstein at gmail.com>
date:        Sat Jul 28 13:53:00 2007 -0700
summary:     Move some emacs support tools.

changeset:   2:f649fcf761cc
user:        William Stein <wstein at gmail.com>
date:        Sat Jul 28 13:48:16 2007 -0700
summary:     More Pyrex --> Cython

changeset:   1:463ceae191a3
user:        William Stein <wstein at gmail.com>
date:        Sat Jul 28 13:43:42 2007 -0700
summary:     More Pyrex/SageX --> Cython changes

changeset:   0:baa8328e61d0
user:        William Stein <wstein at gmail.com>
date:        Sat Jul 28 13:25:22 2007 -0700
summary:     Initial version




More information about the Mercurial mailing list