[issue2574] hg verify fails with python exception (TypeError)
Torrin Jones
bugs at mercurial.selenic.com
Mon Jan 3 18:14:10 UTC 2011
New submission from Torrin Jones <torrin at tuxtravels.net>:
I'm using version 1.7.3 on Windows 7. Note the command below. If you need
more information please reply.
Y:\bin>hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit
(AMD64)]
** Mercurial Distributed SCM (version 1.7.3)
** Extensions loaded:
Traceback (most recent call last):
File "hg", line 38, in <module>
File "mercurial\dispatch.pyc", line 16, in run
File "mercurial\dispatch.pyc", line 36, in dispatch
File "mercurial\dispatch.pyc", line 58, in _runcatch
File "mercurial\dispatch.pyc", line 590, in _dispatch
File "mercurial\dispatch.pyc", line 401, in runcommand
File "mercurial\dispatch.pyc", line 641, in _runcommand
File "mercurial\dispatch.pyc", line 595, in checkargs
File "mercurial\dispatch.pyc", line 588, in <lambda>
File "mercurial\util.pyc", line 426, in check
File "mercurial\commands.pyc", line 3896, in verify
File "mercurial\hg.pyc", line 527, in verify
File "mercurial\verify.pyc", line 16, in verify
File "mercurial\verify.pyc", line 199, in _verify
File "mercurial\store.pyc", line 314, in datafiles
TypeError: stat() argument 1 must be encoded string without NULL bytes, not
str
Y:\bin>hg version
Mercurial Distributed SCM (version 1.7.3)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2010 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Y:\bin>
----------
messages: 14787
nosy: torrinj
priority: bug
status: unread
title: hg verify fails with python exception (TypeError)
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2574>
____________________________________________________
More information about the Mercurial-devel
mailing list