Bug : uncommit and deleted file

Martin Pool mbp at sourcefrog.net
Tue May 1 14:44:40 BST 2007


On 5/1/07, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:
> > The way I look at it, the bug is that _commit_ alters the tree state.
> > The bug isn't in uncommit.
>
> I want that behavior.  People who don't want it can use --strict.

I don't take issue with you wanting that behaviour; it's a reasonable
thing to want (which is why I wrote it that way in the first place.)
At least it's a reasonable thing to have as an option.

My point was just that conceptually the problem is that commit is
throwing information away.  It is a bit strange that the only case
where it updates the user's model of the working inventory (as opposed
to the last-modified and similar bits which are internal) is for
missing files.

-- 
Martin



More information about the bazaar mailing list