Abort: no match found!

Brad Miller bonelake at gmail.com
Tue Mar 11 09:53:41 CDT 2008


On Mar 10, 2008, at 8:14 PM, Matt Mackall wrote:

>
> On Mon, 2008-03-10 at 16:35 -0500, Brad Miller wrote:
>> After removing via hg rm  a couple of large directories  from my
>> project today I now get the following error message when I try to
>> commit or stat my project.
>>
>> bmiller at cray> hg stat
>> abort: No match found!
>
> Run that again with --traceback and --debug, please.
>
Here you go:

bmiller at cray> hg  
stat                                                        ~/Classes/ 
Software
abort: No match found!
[255] bmiller at cray> hg stat --traceback -- 
debug                              ~/Classes/Software
Traceback (most recent call last):
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/dispatch.py", line 45, in _runcatch
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/dispatch.py", line 364, in _dispatch
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/dispatch.py", line 417, in _runcommand
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/dispatch.py", line 373, in checkargs
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/dispatch.py", line 356, in <lambda>
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/commands.py", line 2536, in status
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/localrepo.py", line 1015, in status
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/context.py", line 252, in cmp
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/context.py", line 184, in __getattr__
   File "/Library/Python/2.5/site-packages/lib/python2.5/site-packages/ 
mercurial/revlog.py", line 862, in lookup
LookupError: No match found
abort: No match found!

[255] bmiller at cray> hg -- 
version                                             ~/Classes/Software
Mercurial Distributed SCM (version 210ee6204a29+20080310)


Brad


More information about the Mercurial mailing list