Comment 1 for bug 118688

Revision history for this message
John A Meinel (jameinel) wrote :

Um... I don't see a "--new" flag.

Basically, the question is whether "bzr rm file.2" should be deleting the file, or just marking it as not versioned.

We don't know whether you added the file by accident because:

a) You thought it would be interesting, but have decided you don't like it (bzr rm --force to delete it from disk)
b) It is an important file that shouldn't be versioned (say a local configuration file, or a temporary file) then you want "bzr rm --keep" so that we just don't version it.

I'd like more information before I decide how to triage this. Since we don't have a --new flag, I don't really know what you are trying to do.