[darcs-devel] [issue1151] Unable to record some types of file changes

dkogan bugs at darcs.net
Tue Oct 21 01:12:18 UTC 2008


New submission from dkogan <dkogan at cds.caltech.edu>:

I'm seeing a behavior where changes on lines that end in "?" are not 
recordable. When such a change is made, "darcs diff" shows the change, but 
"darcs whatsnew" and "darcs record" act like there is no change. This occurs in 
all versions of Darcs I tried, including the latest unstable. Here's a simple 
script that demonstrated the bug:


#!/bin/bash
darcs init --darcs-2

echo "U?" > fil
darcs add fil
darcs record -A me -a -m patch0 

echo "J?" > fil
darcs whatsnew
darcs diff
darcs record

----------
messages: 6345
nosy: dagit, dkogan, dmitry.kurochkin, kowey, simon, thorkilnaur
priority: urgent
status: unread
title: Unable to record some types of file changes

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue1151>
__________________________________


More information about the darcs-devel mailing list