[darcs-devel] [darcs #155] annotate fails when renaming

via RT bugs at darcs.net
Wed Dec 22 13:18:00 PST 2004


Wed Dec 22 16:17:59 2004: New ticket: 155.
Transaction: Ticket created by guest
       Queue: Darcs
     Subject: annotate fails when renaming
       Owner: Nobody
  Requestors: 
      Status: new
 Ticket <URL: http://bugs.darcs.net/.//Ticket/Display.html?id=155 >

darcs annotate fails to list any lines at all when faced with the following situation:

mkdir foo
cd foo
darcs init
echo 'hello world' > one
darcs add one
darcs record --all -m 'added one'
darcs mv one two
echo 'goodbye world' > one
darcs add one
darcs record --all -m 'moved one to two. added new one.'
echo 'another line' >> one
darcs record --all -m 'edited new one.'

darcs annotate one
darcs annotate two





More information about the darcs-devel mailing list