darcs

Issue 1140 darcs diff appears to be broken

Title darcs diff appears to be broken
Priority bug Status duplicate
Milestone Resolved in
Superseder Nosy List Serware, darcs-devel, dmitry.kurochkin, kowey, shicks, thorkilnaur
Assigned To
Topics Darcs2

Created on 2008-10-10.23:47:51 by shicks, last changed 2009-10-23.23:30:54 by admin.

Messages
msg6301 (view) Author: shicks Date: 2008-10-10.23:47:47
The diff command appears to be broken in 2.1.0.  I first noticed this when I
tried darcs diff -u --last=1 to get a unified diff of the last recorded patch
and it instead printed ALL the patches.  Here's a simpler example:
 mkdir a
 cd a
 darcs init
 touch a
 darcs add a
 darcs record -a -m "import"
 ls > a
 darcs whatsnew
 darcs diff
We see that the whatsnew clearly shows a change, while the diff is blank (at
least for me).
msg6302 (view) Author: shicks Date: 2008-10-10.23:49:05
Duplicate of 1139 (submitted twice)
History
Date User Action Args
2008-10-10 23:47:51shickscreate
2008-10-10 23:49:07shickssetstatus: unread -> duplicate
nosy: kowey, dagit, simon, shicks, thorkilnaur, dmitry.kurochkin, Serware
messages: + msg6302
2009-08-10 23:48:07adminsetnosy: - dagit
2009-08-25 17:30:55adminsetnosy: + darcs-devel, - simon
2009-08-27 14:12:48adminsetnosy: kowey, darcs-devel, shicks, thorkilnaur, dmitry.kurochkin, Serware
2009-10-23 22:45:16adminsetnosy: + serware, - Serware
2009-10-23 23:30:54adminsetnosy: + Serware, - serware