[darcs-devel] [issue2212] pending incorrectly being updated with extra changes upon darcs add

Owen Stephens bugs at darcs.net
Wed Jul 18 20:51:08 UTC 2012


New submission from Owen Stephens <darcs at owenstephens.co.uk>:

1. Summarise the issue (what were doing, what went wrong?)

These steps:

$ darcs init --repo R
$ cd R
 
$ touch a b
$ darcs add a
$ darcs rec -am 'Add a'
 
$ rm a
$ darcs add b
$ cat _darcs/patches/pending
{
rmfile ./a
addfile ./b
}

Why has a been removed, in pending? 

2. What behaviour were you expecting instead?

Darcs shouldn't be changing pending for files if I didn't tell it to. I
would
expect the addfile ./b, but not the rmfile ./a

3. What darcs version are you using? (Try: darcs --exact-version)

2.9.1 (+ 533 patches)

4. What operating system are you running?

Arch x86_64

----------
messages: 15886
nosy: owst
status: unknown
title: pending incorrectly being updated with extra changes upon darcs add

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


More information about the darcs-devel mailing list