hgignore and extensions
Jed Davis
jdev at panix.com
Mon Jul 11 23:28:20 UTC 2005
In article <1o3e6tga3l3dd$.1c1lbhnbkudrh.dlg at 40tude.net>,
Giuseppe Bilotta <bilotta78 at hotpop.com> wrote:
>
> Likewise, patterns like
>
> .*\.swp
I'd have used \.swp$ for that, since I don't believe the regexps are
implicitly anchored.
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
More information about the Mercurial
mailing list