David Allouche <[EMAIL PROTECTED]> writes: > On Sun, 2005-07-31 at 09:24 +0200, Matthieu Moy wrote: >> > Now if you did "A.*bazaar.*" that would be something different, because >> > you don't have an anchor point for where bazaar must occur. >> >> That's forbidden. It would lead to awfully complex implementation, and >> the semantics could hardly be clear. > > It would certainly be useful too look for things like "all xtla branches > in my registered archives". But that can definitely wait for a later > iteration.
baz rbrowse '.*/xtla' will do that. But you need the '/' somewhere, or your regexp will be considered as a limit to filter the branches of your default archive. -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
