darcs

Issue 2387 Say which files would be reverted by an obliterate and offer to revert

Title Say which files would be reverted by an obliterate and offer to revert
Priority wishlist Status unknown
Milestone Resolved in
Superseder Nosy List owst
Assigned To
Topics

Created on 2014-05-11.11:14:20 by owst, last changed 2014-05-11.11:14:20 by owst.

Messages
msg17440 (view) Author: owst Date: 2014-05-11.11:14:19
1. Summarise the issue (what were doing, what went wrong?)

I tried to obliterate a patch, but wasn't allowed, due to changes in my
working dir. Darcs said:

darcs failed:  Can't obliterate patch without reverting some unrecorded
change.

2. What behaviour were you expecting instead?

I'd like to know which files are the problem, so I can just revert
changes to those.

I believe the inability to obliterate cleanly is determined by commuting
patches past the working diff.

Perhaps using commuteWhatWeCan, we could determine those patches that
can't commute, and then offer to revert them for the user?
History
Date User Action Args
2014-05-11 11:14:20owstcreate