[darcs-users] Bug in "darcs annotate"

Mark A. Wicks mwicks at kettering.edu
Wed Dec 31 17:06:40 UTC 2003


   I think there is a bug in "darcs annotate" (darcs 0.9.15 patched up
to Dec 16).  The annotated listing display stops at the first blank
line that occurs in the initial patch (It stops at that blank line,
even if the blank line is subsequently removed).  Here's a simple test
case:

   %rm -rf _darcs
   %darcs inittree
   Successfully initialized tree!
   %cat x
   a
   b
   c
   
   e
   f
   %darcs add x
   %darcs record -A nobody -a -m Initial
   There is no test.
   Finished recording patch 'Initial'
   %darcs annotate x
   # File x created by [Initial
   # nobody**20031231163822]  as ./x
   +a
   +b
   +c
   %

Regards,
Mark A. Wicks

-- 




More information about the darcs-users mailing list