Eric Kow <[email protected]> writes:

> Eric Kow <[email protected]> added the comment:
>
> On Sat, Nov 14, 2009 at 08:56:33 +0000, Petr Ročkai wrote:
>> Disputable, but this would probably make darcs wh -l in darcs darcs repo a
>> little more useful.
>
> Applied, thanks!  I'm throwing in a small wibble patch to distinguish
> the darcs stuff from the rest of the boring stuff
>
> Use a custom boring file to get rid of tests-* and friends.
> -----------------------------------------------------------
> [snip standard stuff]
>> +^tests-.*$
>> +^dist[^/]*$
>> +^.hpc$
>> +^hpctixdir$
>> +^darcs-temp
>> +^release/distributed-*
>> changepref boringfile
>>
>> .boring

I typically include repo-specific entries in my boring files at the top,
rather than at the bottom.  This saves me having to scroll down to see
them.  YMMV.

Also, here are the boringfile entries I've been using privately for the
Darcs repo.  I didn't suggest including them because I assumed there was
a reason we weren't using "changepref boringfile" :-)

    # Damn darcs and its stupid non-standard backup formats.
    -darcs-backup[[:digit:]]+$
    (^|/)darcs-((amend-)?record|temp-mail)-[[:digit:]]+$
    (^|/)darcs[[:digit:]]+-new(_[[:xdigit:]]+)?$

    # Fuck off, cabal test!
    (^|/)dist($|/)
    (^|/)(tests|bugs)-(darcs-2|hashed|old-fashioned-inventory).dir($|/)
    (^|/)tests_network-.dir($|/)

    # These ones should be dropped into the Darcs repo.
    # ^(./)?(autoconf\.mk|config\.command|configure)$
    # ^(./)?doc/index\.html$
    # ^(./)?doc/manual/darcs[0-9]+\.html$
    # 
^(./)?doc/manual/darcs(_print)?\.(html|4ct|4tc|aux|css|dvi|html|idv|lg|log|pdf|tex|tmp|xref|toc|out)$
    # ^(./)?doc/manual/darcs[0-9]+x\.png$
    # ^(./)?(darcs|preproc|stringify)$
    # ^(./)?release/(STATE|darcs\.spec)$
    # ^(./)?src/Context\.hs$
    # ^(./)?tools/cgi/(README|cgi\.conf|darcs\.cgi)$

Hmm, I notice most of the last stanza is now obsolete...

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to