Weird exception in debugstate on windows

Matt Mackall mpm at selenic.com
Fri Sep 23 22:07:55 CDT 2005


On Fri, Sep 23, 2005 at 04:56:01PM -0400, Daniel Santa Cruz wrote:
> Included:
>  * output of debugstate
> 
> Not sure what else to add.
> Daniel
> 
> [output of debugstate]
> C:\src\hg-local>hg debugstate
> n 666        181 09/21/05 09:32:49 .hgignore
> n 666        457 09/19/05 10:19:17 .hgtags
> n 666       1467 09/23/05 08:56:54 CONTRIBUTORS
> n 666      17992 09/09/05 14:11:20 COPYING
> n 666        459 09/09/05 14:11:20 MANIFEST.in
> n 666        512 09/09/05 14:11:20 Makefile
> n 666        232 09/19/05 10:19:17 PKG-INFO
> n 666       2733 09/23/05 08:56:54 README
> n 666       1669 09/23/05 08:56:54 comparison.txt
> n 666       3754 09/23/05 08:56:54 contrib/bash_completion
> n 666       1305 09/09/05 14:11:20 contrib/buildrpm
> n 666       8186 09/14/05 14:52:49 contrib/convert-repo
> ** unknown exception encountered, details follow
> ** report bug details to mercurial at selenic.com
> Traceback (most recent call last):
>   File "c:\python24\Scripts\hg", line 13, in ?
>     commands.run()
>   File "c:\Python24\Lib\site-packages\mercurial\commands.py", line 1995, in run
>     sys.exit(dispatch(sys.argv[1:]))
>   File "c:\Python24\Lib\site-packages\mercurial\commands.py", line
> 2135, in dispatch
>     return d()
>   File "c:\Python24\Lib\site-packages\mercurial\commands.py", line
> 2120, in <lambda>
>     d = lambda: func(u, repo, *args, **cmdoptions)
>   File "c:\Python24\Lib\site-packages\mercurial\commands.py", line
> 849, in debugstate
>     time.localtime(dc[file_][3])), file_))
> ValueError: (22, 'Invalid argument')

That is odd. Want to send me a copy of .hg/dirstate?

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list