hg locate aborts with 00changelog.i: no node 283f3a2e2a2f7c29

Christian Ebert blacktrash at gmx.net
Wed Jan 18 08:14:07 UTC 2006


* Johannes Stezenbach on Wednesday, January 18, 2006 at 03:19:24 +0100:
> On Tue, Jan 17, 2006, Bryan O'Sullivan wrote:
>> On Tue, 2006-01-17 at 18:57 -0500, Sanjoy Mahajan wrote:
>> 
>>> I'd like 'hg locate drag/' to list all of them.  Whereas:
>>> 
>>>   $ hg locate drag/
>>>   drag: No such file or directory
>>> 
>>> However, if the directory is at the root of the repository, it works as
>>> I expect:
>> 
>> Sounds like a bug.  Can you file one, please?
> 
> Is documented to work that way, see "FILE NAME PATTERNS" in
> the man page.
> 
> $ hg locate "**/drag/"
> 
> or even 
> 
> $ hg locate "glob:**/drag/"
> 
> should work.

But when I have

drag/test

$ hg locate **test

doesn't work, only

$ hg locate **/test

Whereas when in hgrc I have e.g

[decode]
**test = filter.sh

filter.sh is applied to `test'.

c
-- 
_B A U S T E L L E N_ lesen!  --->> <http://www.blacktrash.org/baustellen.html>



More information about the Mercurial mailing list