Fixcase Extension Error
Matt Hawley
Matt.Hawley at microsoft.com
Wed Apr 21 16:35:03 UTC 2010
Yeah, I saw that method name change, and changing that now results in the following. The author doesn't seem to have any contact info. Anyone got any ideas?
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.5.1)
** Extensions loaded: fixcase
Traceback (most recent call last):
File "hg", line 27, in <module>
File "mercurial\dispatch.pyc", line 16, in run
File "mercurial\dispatch.pyc", line 30, in dispatch
File "mercurial\dispatch.pyc", line 47, in _runcatch
File "mercurial\dispatch.pyc", line 467, in _dispatch
File "mercurial\dispatch.pyc", line 337, in runcommand
File "mercurial\dispatch.pyc", line 518, in _runcommand
File "mercurial\dispatch.pyc", line 472, in checkargs
File "mercurial\dispatch.pyc", line 466, in <lambda>
File "mercurial\util.pyc", line 401, in check
File "c:\temp\fixcase.py", line 18, in fixcase
files, matchfn, anypats = cmdutil.match(repo, pats, opts)
ValueError: need more than 0 values to unpack
-----Original Message-----
From: mercurial-bounces at selenic.com [mailto:mercurial-bounces at selenic.com] On Behalf Of Christian Ebert
Sent: Wednesday, April 21, 2010 9:04 AM
To: mercurial at selenic.com
Subject: Re: Fixcase Extension Error
* Matt Hawley on Wednesday, April 21, 2010 at 15:26:58 +0000
> I have a customer who's trying to run the Fixcase extension on their
> repository (https://hg01.codeplex.com/webformsmvp).
> However, when running it, it gives the following traceback.
> Does anyone know of a resolution?
>
> ** unknown exception encountered, details follow
> ** report bug details to http://mercurial.selenic.com/bts/
> ** or mercurial at selenic.com<mailto:mercurial at selenic.com>
> ** Mercurial Distributed SCM (version 1.5.1)
> ** Extensions loaded: fixcase
> Traceback (most recent call last):
> File "hg", line 27, in <module>
> File "mercurial\dispatch.pyc", line 16, in run File
> "mercurial\dispatch.pyc", line 30, in dispatch File
> "mercurial\dispatch.pyc", line 47, in _runcatch File
> "mercurial\dispatch.pyc", line 467, in _dispatch File
> "mercurial\dispatch.pyc", line 337, in runcommand File
> "mercurial\dispatch.pyc", line 518, in _runcommand File
> "mercurial\dispatch.pyc", line 472, in checkargs File
> "mercurial\dispatch.pyc", line 466, in <lambda> File
> "mercurial\util.pyc", line 401, in check File "c:\temp\fixcase.py",
> line 18, in fixcase
> files, matchfn, anypats = cmdutil.matchpats(repo, pats, opts)
> AttributeError: 'module' object has no attribute 'matchpats'
http://selenic.com/repo/hg/rev/0159b7a36184
So, I guess fixcase must be brought up to speed with hg > 1.0, which can be tricky if you want to keep backwards compatibility.
Or this is already done, and you haven't got the latest version of the extension.
http://mercurial.selenic.com/wiki/FixcaseExtension
Perhaps you should get in touch with the maintainer.
c
--
theatre - books - texts - movies
Black Trash Productions at home: http://www.blacktrash.org/ Black Trash Productions on Facebook:
http://www.facebook.com/blacktrashproductions
_______________________________________________
Mercurial mailing list
Mercurial at selenic.com
http://selenic.com/mailman/listinfo/mercurial
More information about the Mercurial
mailing list